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 2 additions and 1 deletions

BIN
dist/showdown.js vendored

Binary file not shown.

BIN
dist/showdown.js.map vendored

Binary file not shown.

BIN
dist/showdown.min.js vendored

Binary file not shown.

Binary file not shown.

View File

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