showdown/test/features
Estevao Soares dos Santos 0cc55b07ee fix(simplifiedAutoLink): fix simplified autolink to match GFM behavior
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
2016-08-19 19:12:25 +01:00
..
tables fix(simplifiedAutoLink): fix simplified autolink to match GFM behavior 2016-08-19 19:12:25 +01:00
#69.header-level-start.html chore: normalize test names 2015-10-19 02:50:32 +01:00
#69.header-level-start.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#143.support-image-dimensions.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
#143.support-image-dimensions.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#164.1.simple-autolink.html fix(simplifiedAutoLink): fix simplified autolink to match GFM behavior 2016-08-19 19:12:25 +01:00
#164.1.simple-autolink.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#164.2.disallow-underscore-emphasis-mid-word.html chore: normalize test names 2015-10-19 02:50:32 +01:00
#164.2.disallow-underscore-emphasis-mid-word.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#164.3.strikethrough.html feat(strikethrough): add support for GFM strikethrough 2015-07-11 15:59:06 +01:00
#164.3.strikethrough.md feat(strikethrough): add support for GFM strikethrough 2015-07-11 15:59:06 +01:00
#164.4.tasklists.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
#164.4.tasklists.md feat(tasklists): add support for GFM tasklists 2015-07-11 23:02:02 +01:00
#178.markdown-inside-html-does-not-parse.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
#178.markdown-inside-html-does-not-parse.md feat(markdown="1"): enable parsing markdown inside HTML blocks 2016-01-02 01:08:17 +00:00
#198.literalMidWordUnderscores-changes-behavior-of-asterisk.html fix(literalMidWordUnderscores): fix different behavior with asterisks 2015-10-19 03:09:50 +01:00
#198.literalMidWordUnderscores-changes-behavior-of-asterisk.md fix(literalMidWordUnderscores): fix different behavior with asterisks 2015-10-19 03:09:50 +01:00
#204.certain-links-with-at-and-dot-break-url.html fix(simpleautolink): fix mail simpleAutoLink to ignore urls with @ symbol 2015-10-07 04:46:28 +01:00
#204.certain-links-with-at-and-dot-break-url.md fix(simpleautolink): fix mail simpleAutoLink to ignore urls with @ symbol 2015-10-07 04:46:28 +01:00
#214.escaped-markdown-chars-break-strikethrough.html fix(strikethrough): Fix strikethrough issue with escaped chars 2015-10-30 01:00:30 +00:00
#214.escaped-markdown-chars-break-strikethrough.md fix(strikethrough): Fix strikethrough issue with escaped chars 2015-10-30 01:00:30 +00:00
#259.es6-template-strings-indentation-issues.html feat(smart-indent-fix): fix for es6 identation problems 2016-06-07 01:23:52 +01:00
#259.es6-template-strings-indentation-issues.md feat(smart-indent-fix): fix for es6 identation problems 2016-06-07 01:23:52 +01:00
#284.simplifiedAutoLink-does-not-match-GFM-style.html fix(simplifiedAutoLink): fix simplified autolink to match GFM behavior 2016-08-19 19:12:25 +01:00
#284.simplifiedAutoLink-does-not-match-GFM-style.md fix(simplifiedAutoLink): fix simplified autolink to match GFM behavior 2016-08-19 19:12:25 +01:00
autolink-and-disallow-underscores.html chore: normalize test names 2015-10-19 02:50:32 +01:00
autolink-and-disallow-underscores.md chore: normalize test names 2015-10-19 02:50:32 +01:00
disable-gh-codeblocks.html chore: normalize test names 2015-10-19 02:50:32 +01:00
disable-gh-codeblocks.md chore: normalize test names 2015-10-19 02:50:32 +01:00