showdown/src/subParsers
Estevão Soares dos Santos 3df706248f fix(blockGamut): fix for headings inside blockquotes
The spec states that you can be lazy and only put the `>` before the first line of a hard-wrapped paragraph.
It also states that blocquotes can contain any other md element inside.
This means headings and horizontal rules should be included in the blockquote but, right now, are treated as
independent entities

Closes #191
2015-08-23 03:11:11 +01:00
..
anchors.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
autoLinks.js fix(simpleAutoLinks): fix emails being treated as simple urls 2015-08-11 05:58:54 +01:00
blockGamut.js fix(blockGamut): fix for headings inside blockquotes 2015-08-23 03:11:11 +01:00
blockQuotes.js fix(blockGamut): fix for headings inside blockquotes 2015-08-23 03:11:11 +01:00
codeBlocks.js fix(options.omitExtraWLInCodeBlocks): fix for options.omitExtraWLInCodeBlocks only applying in gitHub flavoured code blocks 2015-05-26 19:57:36 +01:00
codeSpans.js build 2015-07-14 21:17:27 +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 fix(lists): fix github code blocks not being parsed inside lists 2015-08-01 21:05:28 +01: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(subParsers/hashHTMLBlocks.js): fix rendering problems with html5 block elements. 2015-04-23 21:51:32 +01:00
headers.js feat(smoothLivePreview): fix weird effects due to parsing incomplete input 2015-07-14 17:10:52 +01:00
images.js fix(subParsers/images): fix alt attribute not being escaped correctly 2015-07-14 20:49:46 +01:00
italicsAndBold.js fix(subParsers/italicsAndBold): fix underscores not being correctly parsed when used in conjunction with literalMidWordsUnderscores option 2015-07-14 20:51:22 +01:00
lists.js fix(lists): fix github code blocks not being parsed inside lists 2015-08-01 21:05:28 +01:00
outdent.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
paragraphs.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
runExtension.js feature(extensionLoading): refactor extension loading mechanism 2015-05-31 20:56:28 +01:00
spanGamut.js feat(strikethrough): add support for GFM strikethrough 2015-07-11 15:59:06 +01:00
strikethrough.js feat(strikethrough): add support for GFM strikethrough 2015-07-11 15:59:06 +01:00
stripBlankLines.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
stripLinkDefinitions.js feat(image dimensions): add support for setting image dimensions within markdown syntax 2015-06-17 01:22:05 +01:00
tables.js feat(subParser/tables.js): add support for md span elements in table headers 2015-07-22 18:21:20 +01:00
unescapeSpecialChars.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00