showdown/src/subParsers
Estevao Soares dos Santos a2259c063b fix(lists): fix multi paragraph lists with sublists
Paragraphed lists with sublists were being parsed incorrectly due to
workaround realted with simpleLineBreaks. This commit fixes this.

Closes #397
2017-06-07 03:33:20 +01:00
..
anchors.js fix(url parsing): fix url edge case parsing in images and links 2017-05-30 04:11:00 +01:00
autoLinks.js fix(openLinksInNewWindow): encode _ to prevent clash with em 2017-04-25 22:13:27 +01:00
blockGamut.js refactor: create horizontal rules own subParser 2017-01-28 02:17:19 +00:00
blockQuotes.js refactor: use ¨ instead of ~ as escape character 2017-01-29 00:07:19 +00:00
codeBlocks.js feat(events): add events to all subparsers 2017-01-29 19:28:30 +00:00
codeSpans.js chore: cleanup code and comments 2017-01-29 19:50:21 +00:00
detab.js feat(events): add events to all subparsers 2017-01-29 19:28:30 +00:00
encodeAmpsAndAngles.js fix(encodeAmpsAndAngles): fix > and < encoding 2017-02-06 03:28:49 +00:00
encodeBackslashEscapes.js fix(tables): pipe char can now be escaped 2017-02-21 14:13:12 +00:00
encodeCode.js fix(strikethrough): fix striketrough being wrongly parsed inside codeSpans 2017-01-29 19:38:45 +00:00
escapeSpecialCharsWithinTagAttributes.js fix(tables): pipe char can now be escaped 2017-02-21 14:13:12 +00:00
githubCodeBlocks.js feat(events): add events to all subparsers 2017-01-29 19:28:30 +00:00
hashBlock.js feat(events): add events to all subparsers 2017-01-29 19:28:30 +00:00
hashCodeTags.js fix(hashCodeTags): escape code tags 2017-02-06 05:09:52 +00:00
hashElement.js refactor: use ¨ instead of ~ as escape character 2017-01-29 00:07:19 +00:00
hashHTMLBlocks.js feat(backslashEscapesHTMLTags): backslash escapes HTML tags 2017-06-02 04:48:53 +01:00
hashHTMLSpans.js fix(encodeAmpsAndAngles): fix > and < encoding 2017-02-06 03:28:49 +00:00
hashPreCodeTags.js fix(hashCodeTags): escape code tags 2017-02-06 05:09:52 +00:00
headers.js feat(customizeHeaderId): add option for customizing header ids 2017-06-01 02:35:42 +01:00
horizontalRule.js refactor: create horizontal rules own subParser 2017-01-28 02:17:19 +00:00
images.js fix(url parsing): fix url edge case parsing in images and links 2017-05-30 04:11:00 +01:00
italicsAndBold.js feat(literalMidWordAsterisks): add option for mid word asterisks 2017-04-05 16:25:20 +01:00
lists.js fix(lists): fix multi paragraph lists with sublists 2017-06-07 03:33:20 +01:00
outdent.js feat(events): add events to all subparsers 2017-01-29 19:28:30 +00:00
paragraphs.js fix(paragraph): workaround QML bug 2017-02-05 19:57:24 +00:00
runExtension.js Update dependencies to enable Greenkeeper 🌴 (#335) 2017-01-31 05:46:25 +00:00
spanGamut.js fix(lists): fix multi paragraph lists with sublists 2017-06-07 03:33:20 +01:00
strikethrough.js fix(simpleAutoLinks): URLs with emphasis/strikethrough are parsed 2017-02-26 19:13:52 +00:00
stripLinkDefinitions.js fix(anchors): fix issue with brackets in link URL 2017-05-28 17:25:56 +01:00
tables.js fix(tables): pipe char can now be escaped 2017-02-21 14:13:12 +00:00
unescapeSpecialChars.js feat(events): add events to all subparsers 2017-01-29 19:28:30 +00:00