From 2e9421d43b2b1633e4eb760e1d74abb94939e080 Mon Sep 17 00:00:00 2001 From: hlaaftana <10591326+hlaaftana@users.noreply.github.com> Date: Fri, 2 Oct 2020 07:42:13 +0300 Subject: [PATCH] Add package marggers (#1652) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index a4a6251..447156b 100644 --- a/packages.json +++ b/packages.json @@ -19678,5 +19678,20 @@ "description": "A Nim library for making lightweight Electron-like HTML/JS GUI apps, with full access to Nim capabilities.", "license": "MIT", "web": "https://github.com/Niminem/Neel" + }, + { + "name": "marggers", + "url": "https://github.com/hlaaftana/marggers", + "method": "git", + "tags": [ + "markdown", + "parser", + "library", + "html" + ], + "description": "dialect of Markdown in pure Nim with focus on HTML output", + "license": "MIT", + "web": "https://github.com/hlaaftana/marggers", + "doc": "https://hlaaftana.github.io/marggers/marggers.html" } ]