mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
0cc55b07ee
Using the simplifiedAutoLink option does not return the expected GFM behaviour when parsing links without a http prefix. Previously, `www.google.com` would be parsed into `<a href="www.google.com">www.google.com</a>`. With this fix, showdown behaves like GFM, and the result is `<a href="http://www.google.com">www.google.com</a>` Closes #284, closes #285 |
||
---|---|---|
.. | ||
tables | ||
#69.header-level-start.html | ||
#69.header-level-start.md | ||
#143.support-image-dimensions.html | ||
#143.support-image-dimensions.md | ||
#164.1.simple-autolink.html | ||
#164.1.simple-autolink.md | ||
#164.2.disallow-underscore-emphasis-mid-word.html | ||
#164.2.disallow-underscore-emphasis-mid-word.md | ||
#164.3.strikethrough.html | ||
#164.3.strikethrough.md | ||
#164.4.tasklists.html | ||
#164.4.tasklists.md | ||
#178.markdown-inside-html-does-not-parse.html | ||
#178.markdown-inside-html-does-not-parse.md | ||
#198.literalMidWordUnderscores-changes-behavior-of-asterisk.html | ||
#198.literalMidWordUnderscores-changes-behavior-of-asterisk.md | ||
#204.certain-links-with-at-and-dot-break-url.html | ||
#204.certain-links-with-at-and-dot-break-url.md | ||
#214.escaped-markdown-chars-break-strikethrough.html | ||
#214.escaped-markdown-chars-break-strikethrough.md | ||
#259.es6-template-strings-indentation-issues.html | ||
#259.es6-template-strings-indentation-issues.md | ||
#284.simplifiedAutoLink-does-not-match-GFM-style.html | ||
#284.simplifiedAutoLink-does-not-match-GFM-style.md | ||
autolink-and-disallow-underscores.html | ||
autolink-and-disallow-underscores.md | ||
disable-gh-codeblocks.html | ||
disable-gh-codeblocks.md |