fix(github flavor): add backslashEscapesHTMLTags to GFM flavor

This commit is contained in:
Estevao Soares dos Santos 2017-08-06 17:53:06 +01:00
parent c266f62dde
commit 5284439edc
5 changed files with 8 additions and 6 deletions

3
dist/showdown.js vendored
View File

@ -188,7 +188,8 @@ var showdown = {},
simpleLineBreaks: true,
requireSpaceBeforeHeadingText: true,
ghCompatibleHeaderId: true,
ghMentions: true
ghMentions: true,
backslashEscapesHTMLTags: true
},
original: {
noHeaderId: true,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,8 @@ var showdown = {},
simpleLineBreaks: true,
requireSpaceBeforeHeadingText: true,
ghCompatibleHeaderId: true,
ghMentions: true
ghMentions: true,
backslashEscapesHTMLTags: true
},
original: {
noHeaderId: true,