From 64755d00adf98640908fa2858fb655bd88b3d20f Mon Sep 17 00:00:00 2001 From: muxueqz Date: Tue, 12 Feb 2019 14:43:47 +0800 Subject: [PATCH] Added package remarker_light (#1008) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3c0d87b..ffd5bfa 100644 --- a/packages.json +++ b/packages.json @@ -12657,5 +12657,18 @@ "description": "Nim Z3 theorem prover bindings", "license": "MIT", "web": "https://github.com/zevv/nimz3" + }, + { + "name": "remarker_light", + "url": "https://github.com/muxueqz/remarker_light", + "method": "git", + "tags": [ + "remark", + "slideshow", + "markdown" + ], + "description": "remarker_light is a command line tool for building a remark-based slideshow page very easily.", + "license": "GPL-2.0", + "web": "https://github.com/muxueqz/remarker_light" } ]