From 90a8ab2506b5be166ba7345227318bca374f732f Mon Sep 17 00:00:00 2001 From: milan-rusev Date: Wed, 9 Aug 2017 15:31:05 +0300 Subject: [PATCH] Create info.json --- markdown-it/info.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 markdown-it/info.json diff --git a/markdown-it/info.json b/markdown-it/info.json new file mode 100644 index 0000000..2f8a662 --- /dev/null +++ b/markdown-it/info.json @@ -0,0 +1,10 @@ +{ + "name": "Markdown-it markdown parser", + "identifier": "markdown-it", + "script": "markdown-it.qml", + "resources": ["markdown-it.js"], + "authors": ["@milan-rusev"], + "version": "0.0.1", + "minAppVersion": "17.08.2", + "description" : "This script replaces the default markdown renderer with markdown-it.\n\nDependencies\nmarkdown-it.js (v8.3.2 bundled with the script)\n\nUsage\nFor the possible configuration options check here." +}