diff --git a/packages.json b/packages.json index 59aa5ed..0d43ae1 100644 --- a/packages.json +++ b/packages.json @@ -36121,5 +36121,19 @@ "description": "a high performance SQL file parser", "license": "MIT", "web": "https://github.com/nim-lang/parsesql" + }, + { + "name": "marvdown", + "url": "https://github.com/openpeeps/marvdown", + "method": "git", + "tags": [ + "markdown", + "parser", + "text", + "md" + ], + "description": "A stupid simple Markdown library", + "license": "MIT", + "web": "https://github.com/openpeeps/marvdown" } ]