showdown/test
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
..
cases chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
cli feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00
features fix(simplifiedAutoLink): fix simplified autolink to match GFM behavior 2016-08-19 19:12:25 +01:00
ghost chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
issues fix(image-parser): fix ref style imgs after inline style imgs not parsing correctly 2016-06-08 17:16:49 +01:00
karlcow chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
node fix(simplifiedAutoLink): fix simplified autolink to match GFM behavior 2016-08-19 19:12:25 +01:00
bootstrap.js chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
optionswp.js feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00