From 32644eb4e3a73bca4428a43d4c020ded1e40af3f Mon Sep 17 00:00:00 2001 From: Kyohei Uto <61998590+kyoheiu@users.noreply.github.com> Date: Tue, 27 Apr 2021 15:07:31 +0900 Subject: [PATCH] Added package nmark (#1886) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index aa2a623..1e3c5a0 100644 --- a/packages.json +++ b/packages.json @@ -22364,5 +22364,18 @@ "description": "128-bit integers", "license": "MIT", "web": "https://github.com/rockcavera/nim-nint128" + }, + { + "name": "nmark", + "url": "https://github.com/kyoheiu/nmark", + "method": "git", + "tags": [ + "markdown", + "parser", + "library" + ], + "description": "fast markdown parser", + "license": "MIT", + "web": "https://github.com/kyoheiu/nmark" } ]