mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-22 07:58:08 +00:00
fixed character escaping
This commit is contained in:
parent
6b48bd75c2
commit
d43fc45151
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
"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>."
|
||||
"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>."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue