From 406c545e9a91f00a493c63fd74b11a114aeaa475 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 6 May 2019 12:11:26 +0200 Subject: [PATCH] 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 133ba625..9f29cf41 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