Skip to content

Commit aea0d26

Browse files
authored
Merge pull request #151 from nextcloud/backport/149/stable15
[stable15] Use correct CSS URL, remove default marked settings and change to GFM rendering
2 parents 5693b5e + 5108d6d commit aea0d26

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

js/public-share.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@ $(document).ready(function(){
5353
.html(DOMPurify.sanitize(
5454
marked(content, {
5555
renderer: renderer,
56-
gfm: false,
57-
breaks: false,
58-
pedantic: false,
59-
smartLists: true,
60-
smartypants: false
56+
smartLists: true
6157
}),
6258
{
6359
SAFE_FOR_JQUERY: true

0 commit comments

Comments
 (0)