showdown/test
Estevao Soares dos Santos 10b3410934 fix: lines with mutiple dashes being parsed as multilists
This input: `- - - a` causes trouble for the parser,
since it interprets it as multiple sublists, where it should
only interpert it as a list with a single list item.
This commit fixes this behavior.

Closes #312
2016-12-17 05:20:23 +00:00
..
cases fix(lists): enforce 4 space indentation in sublists 2016-11-11 07:56:29 +00:00
cli feat(CLI): add a simple cli tool 2015-07-13 05:09:03 +01:00
features feature(excludeTrailingPunctuationFromURLs): excludes trailing punctuation from auto linked URLs 2016-12-01 15:25:46 +00:00
ghost fix(lists linebreaks): fix lists linebreaks in html output 2016-09-29 01:12:27 +01:00
issues fix: lines with mutiple dashes being parsed as multilists 2016-12-17 05:20:23 +00:00
karlcow feature(simpleLineBreaks): parse linebreaks as <br /> 2016-11-30 18:04:17 +00:00
node feature(excludeTrailingPunctuationFromURLs): excludes trailing punctuation from auto linked URLs 2016-12-01 15:25:46 +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