From f8db00ed94f2540ed9ab0e1997fa47a20f7fc04a Mon Sep 17 00:00:00 2001 From: George Lemon Date: Sat, 13 Sep 2025 12:03:33 +0300 Subject: [PATCH] Added package marvdown (#3118) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]