mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-14 22:08:08 +00:00
11 lines
594 B
JSON
11 lines
594 B
JSON
|
{
|
||
|
"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>."
|
||
|
}
|