showdown/src/subParsers
2017-11-11 13:19:19 +00:00
..
anchors.js fix(openLinksInNewWindow): hash links are not affected by the option 2017-11-11 13:19:19 +00:00
autoLinks.js fix(autolinks): prevent _ and * to be parsed in links 2017-10-24 10:22:13 +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
ellipsis.js feat(ellipsis): add auto-ellipsis support 2017-10-24 17:06:08 +01:00
emoji.js feat(emoji): add emoji support 2017-10-24 13:44:49 +01: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 refactor: escaped characters within tag attributes 2017-10-24 09:27:08 +01:00
githubCodeBlocks.js fix(fenced codeblocks): add tilde as fenced code block delimiter 2017-11-11 12:29:36 +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(rawPrefixHeaderId): add option to prevent showdown from modifying the prefix 2017-08-06 18:19:46 +01:00
horizontalRule.js refactor: create horizontal rules own subParser 2017-01-28 02:17:19 +00:00
images.js refactor: add colon to escaped chars in images and anchors 2017-10-24 09:25:44 +01:00
italicsAndBold.js fix(autolinks): prevent _ and * to be parsed in links 2017-10-24 10:22:13 +01:00
lists.js feat(ol start num): add support for defining the first num of ol 2017-10-24 15:15:56 +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 feat(ellipsis): add auto-ellipsis support 2017-10-24 17:06:08 +01:00
strikethrough.js fix(simpleAutoLinks): URLs with emphasis/strikethrough are parsed 2017-02-26 19:13:52 +00:00
stripLinkDefinitions.js feat(base64-wrapping): support for wrapping base64 strings 2017-09-08 20:46:01 +01:00
tables.js fix(tables): trailing spaces no longer prevent table parsing 2017-10-06 12:52:20 +01:00
underline.js feat(underline): add EXPERIMENTAL support for underline 2017-10-24 16:46:40 +01:00
unescapeSpecialChars.js feat(events): add events to all subparsers 2017-01-29 19:28:30 +00:00