Create info.json

This commit is contained in:
milan-rusev 2017-08-09 15:31:05 +03:00 committed by GitHub
parent cad5c2c24b
commit 90a8ab2506
1 changed files with 10 additions and 0 deletions

10
markdown-it/info.json Normal file
View File

@ -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\n<b>Dependencies</b>\n<a href=\"https://github.com/markdown-it/markdown-it">markdown-it.js</a> (v8.3.2 bundled with the script)\n\n<b>Usage</b>\nFor the possible configuration options check <a href=\"https://github.com/markdown-it/markdown-it/tree/master/lib/presets">here</a>."
}