mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
fix(github flavor): add backslashEscapesHTMLTags to GFM flavor
This commit is contained in:
parent
c266f62dde
commit
5284439edc
3
dist/showdown.js
vendored
3
dist/showdown.js
vendored
@ -188,7 +188,8 @@ var showdown = {},
|
||||
simpleLineBreaks: true,
|
||||
requireSpaceBeforeHeadingText: true,
|
||||
ghCompatibleHeaderId: true,
|
||||
ghMentions: true
|
||||
ghMentions: true,
|
||||
backslashEscapesHTMLTags: true
|
||||
},
|
||||
original: {
|
||||
noHeaderId: true,
|
||||
|
2
dist/showdown.js.map
vendored
2
dist/showdown.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/showdown.min.js
vendored
4
dist/showdown.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/showdown.min.js.map
vendored
2
dist/showdown.min.js.map
vendored
File diff suppressed because one or more lines are too long
@ -23,7 +23,8 @@ var showdown = {},
|
||||
simpleLineBreaks: true,
|
||||
requireSpaceBeforeHeadingText: true,
|
||||
ghCompatibleHeaderId: true,
|
||||
ghMentions: true
|
||||
ghMentions: true,
|
||||
backslashEscapesHTMLTags: true
|
||||
},
|
||||
original: {
|
||||
noHeaderId: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user