diff options
| author | ThomasTJdev <ttjarloev@gmail.com> | 2018-10-20 21:34:50 +0200 |
|---|---|---|
| committer | ThomasTJdev <ttjarloev@gmail.com> | 2018-10-20 21:34:50 +0200 |
| commit | f846a89f843e73116040a856a90e4db4e9c36705 (patch) | |
| tree | b5b5d6564b374093a44ccc2d073a7a93e3c82267 | |
| parent | e15115d7d5018021eb794020308097ed2231fe76 (diff) | |
| download | packages-f846a89f843e73116040a856a90e4db4e9c36705.tar.gz packages-f846a89f843e73116040a856a90e4db4e9c36705.zip | |
Add nimtomd
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 235cbb1..f3e15fc 100644 --- a/packages.json +++ b/packages.json @@ -11148,5 +11148,17 @@ "description": "A Beautiful Markdown Parser in the Nim World.", "license": "MIT", "web": "https://github.com/soasme/nim-markdown" + }, + { + "name": "nimtomd", + "url": "https://github.com/ThomasTJdev/nimtomd", + "method": "git", + "tags": [ + "markdown", + "md" + ], + "description": "Convert a Nim file or string to Markdown", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nimtomd" } ] |
