Add package marggers (#1652)

This commit is contained in:
hlaaftana 2020-10-02 07:42:13 +03:00 committed by GitHub
parent fed3a3317b
commit 2e9421d43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19678,5 +19678,20 @@
"description": "A Nim library for making lightweight Electron-like HTML/JS GUI apps, with full access to Nim capabilities.",
"license": "MIT",
"web": "https://github.com/Niminem/Neel"
},
{
"name": "marggers",
"url": "https://github.com/hlaaftana/marggers",
"method": "git",
"tags": [
"markdown",
"parser",
"library",
"html"
],
"description": "dialect of Markdown in pure Nim with focus on HTML output",
"license": "MIT",
"web": "https://github.com/hlaaftana/marggers",
"doc": "https://hlaaftana.github.io/marggers/marggers.html"
}
]