Kaynağa Gözat

fix(flavor: github): new version of github does not use prefix 'user-content' in headers

New version of GFM does not add a 'user-content-' before generated header ids.
This matches the new spec.
Estevao Soares dos Santos 8 yıl önce
ebeveyn
işleme
368f0b6309

+ 0 - 1
dist/showdown.js

@@ -156,7 +156,6 @@ var showdown = {},
     flavor = {
       github: {
         omitExtraWLInCodeBlocks:              true,
-        prefixHeaderId:                       'user-content-',
         simplifiedAutoLink:                   true,
         excludeTrailingPunctuationFromURLs:   true,
         literalMidWordUnderscores:            true,

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/showdown.js.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/showdown.min.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/showdown.min.js.map


+ 0 - 1
src/showdown.js

@@ -11,7 +11,6 @@ var showdown = {},
     flavor = {
       github: {
         omitExtraWLInCodeBlocks:              true,
-        prefixHeaderId:                       'user-content-',
         simplifiedAutoLink:                   true,
         excludeTrailingPunctuationFromURLs:   true,
         literalMidWordUnderscores:            true,

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor