ソースを参照

fix(github flavor): add backslashEscapesHTMLTags to GFM flavor

Estevao Soares dos Santos 8 年 前
コミット
5284439edc
5 ファイル変更4 行追加2 行削除
  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,
         requireSpaceBeforeHeadingText:        true,
         ghCompatibleHeaderId:                 true,
-        ghMentions:                           true
+        ghMentions:                           true,
+        backslashEscapesHTMLTags:             true
       },
       original: {
         noHeaderId:                           true,

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/showdown.js.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/showdown.min.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/showdown.min.js.map


+ 2 - 1
src/showdown.js

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

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません