Browse Source

fix(github flavor): add backslashEscapesHTMLTags to GFM flavor

Estevao Soares dos Santos 8 years ago
parent
commit
5284439edc
5 changed files with 4 additions and 2 deletions
  1. 2 1
      dist/showdown.js
  2. 0 0
      dist/showdown.js.map
  3. 0 0
      dist/showdown.min.js
  4. 0 0
      dist/showdown.min.js.map
  5. 2 1
      src/showdown.js

+ 2 - 1
dist/showdown.js

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

File diff suppressed because it is too large
+ 0 - 0
dist/showdown.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/showdown.min.js


File diff suppressed because it is too large
+ 0 - 0
dist/showdown.min.js.map


+ 2 - 1
src/showdown.js

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

Some files were not shown because too many files changed in this diff