showdown/src/subParsers
Estevão Soares dos Santos 73206b07fb fix(image-parser): fix ref style imgs after inline style imgs not parsing correctly
When reference style and inline style are mixed together, in the same line, it produces weird parsing bugs. This commit fixes this

Closes #261
2016-06-08 17:16:49 +01:00
..
anchors.js feature(evt_listeners): make globals var accessible to listeners 2016-03-20 17:08:44 +00:00
autoLinks.js feature(evt_listeners): make globals var accessible to listeners 2016-03-20 17:08:44 +00:00
blockGamut.js feature(evt_listeners): make globals var accessible to listeners 2016-03-20 17:08:44 +00:00
blockQuotes.js feature(evt_listeners): make globals var accessible to listeners 2016-03-20 17:08:44 +00:00
codeBlocks.js feature(evt_listeners): make globals var accessible to listeners 2016-03-20 17:08:44 +00: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 feat(markdown="1"): enable parsing markdown inside HTML blocks 2016-01-02 01:08:17 +00:00
hashHTMLSpans.js feat(hashHTMLSpans): Add support for hashing span elements 2015-10-19 01:55:35 +01:00
hashPreCodeTags.js fix(HTMLParser): fix code tags parsing 2016-01-25 03:01:54 +00: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 feature(evt_listeners): make globals var accessible to listeners 2016-03-20 17:08:44 +00:00
lists.js Merge branch 'master' into develop 2016-04-26 19:19:00 +01:00
outdent.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00
paragraphs.js feature(evt_listeners): make globals var accessible to listeners 2016-03-20 17:08:44 +00:00
runExtension.js feature(extensionLoading): refactor extension loading mechanism 2015-05-31 20:56:28 +01:00
spanGamut.js feature(evt_listeners): make globals var accessible to listeners 2016-03-20 17:08:44 +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 feat(image dimensions): add support for setting image dimensions within markdown syntax 2015-06-17 01:22:05 +01:00
tables.js fix(tables): fix table heading separators requiring 3 dashes instead of 2 2016-05-17 21:27:40 +01:00
unescapeSpecialChars.js chore(): code fix to pass jscs linter 2015-01-19 14:57:43 +00:00