diff options
| author | Soasme <soasme@users.noreply.github.com> | 2018-10-20 06:32:02 +1300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-10-19 18:32:02 +0100 |
| commit | e15115d7d5018021eb794020308097ed2231fe76 (patch) | |
| tree | c86fee67a3f5e81fa2122131d08614201789d52a | |
| parent | 8aed3d646d3f282ab874d050902b53fb6495bc34 (diff) | |
| download | packages-e15115d7d5018021eb794020308097ed2231fe76.tar.gz packages-e15115d7d5018021eb794020308097ed2231fe76.zip | |
Added package markdown (#899)
| -rw-r--r-- | packages.json | 14 |
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" } ] |
