showdown/test
Estevao Soares dos Santos a4f05d4693 fix(italicsAndBold): fiz inconsistency in italicsAndBold parsing
The way showdown parsed cases suchs as this:
```
**foo **bar
__foo __bar
*foo *bar
_foo _bar
```
was inconsistent. This established that `__` or `**` preceeding a word
would not be parsed as em or strong.

Closes #332
2017-01-29 23:24:31 +00:00
..
cases refactor(italicsAndBold): refactoring of italicsAndBold regexes for speed 2017-01-29 22:29:21 +00:00
cli feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00
features fix(strikethrough): fix striketrough being wrongly parsed inside codeSpans 2017-01-29 19:38:45 +00:00
ghost test: add newline at end of test files 2017-01-28 01:46:33 +00:00
issues fix(italicsAndBold): fiz inconsistency in italicsAndBold parsing 2017-01-29 23:24:31 +00:00
karlcow test: add newline at end of test files 2017-01-28 01:46:33 +00:00
node fix(strikethrough): allow escapinging tilde char 2017-01-28 23:54:28 +00:00
performance release 1.6.0 2017-01-09 02:38:24 +00: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
performance.testfile.md test: use new performance test file 2017-01-28 02:04:50 +00:00