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.
This commit is contained in:
Estevao Soares dos Santos 2017-02-06 05:39:41 +00:00
parent f641a7de90
commit 368f0b6309
5 changed files with 0 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

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