mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-22 07:58:08 +00:00
added hyperlink
This commit is contained in:
parent
161b9ded14
commit
6a0576630b
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ QtObject {
|
||||||
{
|
{
|
||||||
"identifier": "options",
|
"identifier": "options",
|
||||||
"name": "Markdown-it options",
|
"name": "Markdown-it options",
|
||||||
"description": "For available options and default values see https://github.com/markdown-it/markdown-it/blob/master/lib/presets",
|
"description": "For available options and default values see <a href='https://github.com/markdown-it/markdown-it/blob/master/lib/presets'>markdown-it presets</a>",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"default":
|
"default":
|
||||||
"{"+"\n"+
|
"{"+"\n"+
|
||||||
|
@ -89,4 +89,4 @@ QtObject {
|
||||||
|
|
||||||
return mdHtml;
|
return mdHtml;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue