From 5108d6dfc4924202e8e9755c12f8dffda9f85a22 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 6 May 2019 12:11:26 +0200 Subject: Use correct CSS URL, remove default marked settings and change to GFM rendering * improves the list rendering for system report (see app list) Signed-off-by: Morris Jobke --- js/public-share.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/js/public-share.js b/js/public-share.js index 133ba62..9f29cf4 100644 --- a/js/public-share.js +++ b/js/public-share.js @@ -53,11 +53,7 @@ $(document).ready(function(){ .html(DOMPurify.sanitize( marked(content, { renderer: renderer, - gfm: false, - breaks: false, - pedantic: false, - smartLists: true, - smartypants: false + smartLists: true }), { SAFE_FOR_JQUERY: true -- cgit v1.2.3