Skip to content

Commit 0fcf52a

Browse files
authored
Merge pull request #101 from nextcloud/backport/100/do-not-sanitize-twice-13
[stable13] Do not sanitize markdown output twice
2 parents e656f0d + cb219b5 commit 0fcf52a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

js/public-share.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ $(document).ready(function(){
5252
gfm: false,
5353
breaks: false,
5454
pedantic: false,
55-
sanitize: true,
5655
smartLists: true,
5756
smartypants: false
5857
}),

0 commit comments

Comments
 (0)