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
BIN
dist/showdown.js
vendored
BIN
dist/showdown.js
vendored
Binary file not shown.
BIN
dist/showdown.js.map
vendored
BIN
dist/showdown.js.map
vendored
Binary file not shown.
BIN
dist/showdown.min.js
vendored
BIN
dist/showdown.min.js
vendored
Binary file not shown.
BIN
dist/showdown.min.js.map
vendored
BIN
dist/showdown.min.js.map
vendored
Binary file not shown.
|
@ -23,7 +23,8 @@ var showdown = {},
|
|||
simpleLineBreaks: true,
|
||||
requireSpaceBeforeHeadingText: true,
|
||||
ghCompatibleHeaderId: true,
|
||||
ghMentions: true
|
||||
ghMentions: true,
|
||||
backslashEscapesHTMLTags: true
|
||||
},
|
||||
original: {
|
||||
noHeaderId: true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user