From f846a89f843e73116040a856a90e4db4e9c36705 Mon Sep 17 00:00:00 2001 From: ThomasTJdev Date: Sat, 20 Oct 2018 21:34:50 +0200 Subject: [PATCH] Add nimtomd --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]