showdown/test
Estevão Soares dos Santos 3097bd45c2 feat(hashHTMLSpans): Add support for hashing span elements
This feature enables hashing span elements that should not be touched by
showdown. For instance, `<code>` tags in markdown source should not be
parsed by showdown, so the text inside them remains unchanged.
This is made possible by a new exciting internal feature,
matchRecursiveRegExp.

Closes #196, Closes #175, Partially reverts 5f043ca
2015-10-19 01:55:35 +01:00
..
cases feat(hashHTMLSpans): Add support for hashing span elements 2015-10-19 01:55:35 +01:00
cli feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00
features fix(simpleautolink): fix mail simpleAutoLink to ignore urls with @ symbol 2015-10-07 04:46:28 +01:00
ghost fix(lists): fix github code blocks not being parsed inside lists 2015-08-01 21:05:28 +01:00
issues Merge pull request #197 from twitwi/test-for-issue-196 2015-10-18 20:46:14 +01:00
karlcow fix(lists): fix github code blocks not being parsed inside lists 2015-08-01 21:05:28 +01:00
node fix(simpleautolink): fix mail simpleAutoLink to ignore urls with @ symbol 2015-10-07 04:46:28 +01:00
bootstrap.js test: add ghost issues tests 2015-07-14 20:53:28 +01:00
optionswp.js feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00