Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/public-share.js')
-rw-r--r--js/public-share.js6
1 files changed, 1 insertions, 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