aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json12
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"
}
]