showdown/src/subParsers
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
..
anchors.js fix: make some regexes a bit faster and make tab char equivalent to 4 spaces 2016-08-30 06:24:19 +01:00
autoLinks.js feature(excludeTrailingPunctuationFromURLs): excludes trailing punctuation from auto linked URLs 2016-12-01 15:25:46 +00:00
blockGamut.js refactor(hr): speed up hr parsing 2016-12-17 03:29:53 +00:00
blockQuotes.js fix: make some regexes a bit faster and make tab char equivalent to 4 spaces 2016-08-30 06:24:19 +01:00
codeBlocks.js fix: make some regexes a bit faster and make tab char equivalent to 4 spaces 2016-08-30 06:24:19 +01:00
codeSpans.js added check for undefined on text due to failing to parse tables 2016-05-24 10:26:59 +01:00
detab.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
encodeAmpsAndAngles.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
encodeBackslashEscapes.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
encodeCode.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
encodeEmailAddress.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
escapeSpecialCharsWithinTagAttributes.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
githubCodeBlocks.js feature(evt_listeners): make globals var accessible to listeners 2016-03-20 17:08:44 +00:00
hashBlock.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
hashElement.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
hashHTMLBlocks.js fix: make some regexes a bit faster and make tab char equivalent to 4 spaces 2016-08-30 06:24:19 +01:00
hashHTMLSpans.js feat(hashHTMLSpans): Add support for hashing span elements 2015-10-19 01:55:35 +01:00
hashPreCodeTags.js fix: make some regexes a bit faster and make tab char equivalent to 4 spaces 2016-08-30 06:24:19 +01:00
headers.js feature(evt_listeners): make globals var accessible to listeners 2016-03-20 17:08:44 +00:00
images.js fix(image-parser): fix ref style imgs after inline style imgs not parsing correctly 2016-06-08 17:16:49 +01:00
italicsAndBold.js Fixed IE8 regex compatability 2016-06-27 15:43:51 +00:00
lists.js fix: lines with mutiple dashes being parsed as multilists 2016-12-17 05:20:23 +00:00
outdent.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
paragraphs.js fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
runExtension.js feature(extensionLoading): refactor extension loading mechanism 2015-05-31 20:56:28 +01:00
spanGamut.js feature(simpleLineBreaks): parse linebreaks as <br /> 2016-11-30 18:04:17 +00:00
strikethrough.js feature(evt_listeners): make globals var accessible to listeners 2016-03-20 17:08:44 +00:00
stripBlankLines.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
stripLinkDefinitions.js fix: make some regexes a bit faster and make tab char equivalent to 4 spaces 2016-08-30 06:24:19 +01:00
tables.js fix: make some regexes a bit faster and make tab char equivalent to 4 spaces 2016-08-30 06:24:19 +01:00
unescapeSpecialChars.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00