From 6a0576630bd0c4ac5d12811a12289467c9b9e9c9 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Fri, 30 Mar 2018 07:51:32 +0200 Subject: [PATCH] added hyperlink --- markdown-it/markdown-it.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown-it/markdown-it.qml b/markdown-it/markdown-it.qml index aaf499d..5fe95f5 100644 --- a/markdown-it/markdown-it.qml +++ b/markdown-it/markdown-it.qml @@ -13,7 +13,7 @@ QtObject { { "identifier": "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 markdown-it presets", "type": "text", "default": "{"+"\n"+ @@ -89,4 +89,4 @@ QtObject { return mdHtml; } -} \ No newline at end of file +}