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." +}