Skip to content

Commit

Permalink
fix(github flavor): add backslashEscapesHTMLTags to GFM flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Aug 6, 2017
1 parent c266f62 commit 5284439
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion dist/showdown.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/showdown.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/showdown.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/showdown.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/showdown.js
Expand Up @@ -23,7 +23,8 @@ var showdown = {},
simpleLineBreaks: true,
requireSpaceBeforeHeadingText: true,
ghCompatibleHeaderId: true,
ghMentions: true
ghMentions: true,
backslashEscapesHTMLTags: true
},
original: {
noHeaderId: true,
Expand Down

0 comments on commit 5284439

Please sign in to comment.