aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoasme <soasme@users.noreply.github.com>2018-10-20 06:32:02 +1300
committerDominik Picheta <dominikpicheta@googlemail.com>2018-10-19 18:32:02 +0100
commite15115d7d5018021eb794020308097ed2231fe76 (patch)
treec86fee67a3f5e81fa2122131d08614201789d52a
parent8aed3d646d3f282ab874d050902b53fb6495bc34 (diff)
downloadpackages-e15115d7d5018021eb794020308097ed2231fe76.tar.gz
packages-e15115d7d5018021eb794020308097ed2231fe76.zip
Added package markdown (#899)
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 0bbaafc..235cbb1 100644
--- a/packages.json
+++ b/packages.json
@@ -11134,5 +11134,19 @@
"description": "USA Code.Gov MultiSync API Client for Nim",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-usagov"
+ },
+ {
+ "name": "markdown",
+ "url": "https://github.com/soasme/nim-markdown",
+ "method": "git",
+ "tags": [
+ "markdown",
+ "md",
+ "docs",
+ "html"
+ ],
+ "description": "A Beautiful Markdown Parser in the Nim World.",
+ "license": "MIT",
+ "web": "https://github.com/soasme/nim-markdown"
}
]