showdown/test/node
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
..
cli.js rollback(tests): cannot make cli tests run on travis 2015-07-13 05:46:06 +01:00
legacyExtensionSupport.js chore(grunt): make Grunt use a temporary build to avoid pollution of dist directory 2015-07-11 19:32:22 +01:00
showdown.Converter.js fix test 2015-08-03 03:49:03 +01:00
showdown.Converter.makeHtml.js chore(grunt): make Grunt use a temporary build to avoid pollution of dist directory 2015-07-11 19:32:22 +01:00
showdown.js feat(eventDispatcher): add an event dispatcher to converter 2015-08-03 03:47:49 +01:00
testsuite.features.js fix(simplifiedAutoLink): fix simplified autolink to match GFM behavior 2016-08-19 19:12:25 +01:00
testsuite.ghost.js chore: normalize test names 2015-10-19 02:50:32 +01:00
testsuite.issues.js chore: normalize test names 2015-10-19 02:50:32 +01:00
testsuite.karlcow.js chore: normalize test names 2015-10-19 02:50:32 +01:00
testsuite.standard.js chore: normalize test names 2015-10-19 02:50:32 +01:00