showdown/test/features
Estevao Soares dos Santos b1c458a762 fix(simpleLineBreaks): fix simpleLineBreaks option not working with non-ASCII chars and markdown delimiters
The option simpleLineBreaks was not working with non-ASCII characters such as chinese characters and
when lines started or ended with markdown delimiters such as `*` or `~`

Closes #318, #323
2017-01-06 03:51:12 +00:00
..
tables fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
#69.header-level-start.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
#69.header-level-start.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#143.support-image-dimensions.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
#143.support-image-dimensions.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#164.1.simple-autolink.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
#164.1.simple-autolink.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#164.2.disallow-underscore-emphasis-mid-word.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
#164.2.disallow-underscore-emphasis-mid-word.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#164.3.strikethrough.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
#164.3.strikethrough.md feat(strikethrough): add support for GFM strikethrough 2015-07-11 15:59:06 +01:00
#164.4.tasklists.html fix(lists linebreaks): fix lists linebreaks in html output 2016-09-29 01:12:27 +01:00
#164.4.tasklists.md feat(tasklists): add support for GFM tasklists 2015-07-11 23:02:02 +01:00
#178.markdown-inside-html-does-not-parse.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
#178.markdown-inside-html-does-not-parse.md feat(markdown="1"): enable parsing markdown inside HTML blocks 2016-01-02 01:08:17 +00:00
#198.literalMidWordUnderscores-changes-behavior-of-asterisk.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
#198.literalMidWordUnderscores-changes-behavior-of-asterisk.md fix(literalMidWordUnderscores): fix different behavior with asterisks 2015-10-19 03:09:50 +01:00
#204.certain-links-with-at-and-dot-break-url.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
#204.certain-links-with-at-and-dot-break-url.md fix(simpleautolink): fix mail simpleAutoLink to ignore urls with @ symbol 2015-10-07 04:46:28 +01:00
#206.treat-single-line-breaks-as-br.html feature(simpleLineBreaks): parse linebreaks as <br /> 2016-11-30 18:04:17 +00:00
#206.treat-single-line-breaks-as-br.md feature(simpleLineBreaks): parse linebreaks as <br /> 2016-11-30 18:04:17 +00:00
#214.escaped-markdown-chars-break-strikethrough.html fix(strikethrough): Fix strikethrough issue with escaped chars 2015-10-30 01:00:30 +00:00
#214.escaped-markdown-chars-break-strikethrough.md fix(strikethrough): Fix strikethrough issue with escaped chars 2015-10-30 01:00:30 +00:00
#259.es6-template-strings-indentation-issues.html fix(lists linebreaks): fix lists linebreaks in html output 2016-09-29 01:12:27 +01:00
#259.es6-template-strings-indentation-issues.md feat(smart-indent-fix): fix for es6 identation problems 2016-06-07 01:23:52 +01:00
#284.simplifiedAutoLink-does-not-match-GFM-style.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
#284.simplifiedAutoLink-does-not-match-GFM-style.md fix(simplifiedAutoLink): fix simplified autolink to match GFM behavior 2016-08-19 19:12:25 +01:00
#316.new-simpleLineBreaks-option-breaks-lists.html fix(simpleLineBreaks): fix simpleLineBreak option breaking lists html 2016-12-20 23:57:10 +00:00
#316.new-simpleLineBreaks-option-breaks-lists.md fix(simpleLineBreaks): fix simpleLineBreak option breaking lists html 2016-12-20 23:57:10 +00:00
#318.simpleLineBreaks-does-not-work-with-chinese-characters.html fix(simpleLineBreaks): fix simpleLineBreaks option not working with non-ASCII chars and markdown delimiters 2017-01-06 03:51:12 +00:00
#318.simpleLineBreaks-does-not-work-with-chinese-characters.md fix(simpleLineBreaks): fix simpleLineBreaks option not working with non-ASCII chars and markdown delimiters 2017-01-06 03:51:12 +00:00
#320.github-compatible-generated-header-id.html fix(ghCompatibleHeaderId): improve the number of removed chars 2016-12-30 19:46:46 +00:00
#320.github-compatible-generated-header-id.md fix(ghCompatibleHeaderId): improve the number of removed chars 2016-12-30 19:46:46 +00:00
#323.simpleLineBreaks-breaks-with-strong.html fix(simpleLineBreaks): fix simpleLineBreaks option not working with non-ASCII chars and markdown delimiters 2017-01-06 03:51:12 +00:00
#323.simpleLineBreaks-breaks-with-strong.md fix(simpleLineBreaks): fix simpleLineBreaks option not working with non-ASCII chars and markdown delimiters 2017-01-06 03:51:12 +00:00
autolink-and-disallow-underscores.html chore: normalize test names 2015-10-19 02:50:32 +01:00
autolink-and-disallow-underscores.md chore: normalize test names 2015-10-19 02:50:32 +01:00
disable-gh-codeblocks.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
disable-gh-codeblocks.md chore: normalize test names 2015-10-19 02:50:32 +01:00
disableForced4SpacesIndentedSublists.html fix(simpleLineBreaks): fix simpleLineBreak option breaking lists html 2016-12-20 23:57:10 +00:00
disableForced4SpacesIndentedSublists.md feat(disableForced4SpacesIndentedSublists): option that disables the requirement of indenting nested sublists by 4 spaces 2016-11-11 08:15:24 +00:00
excludeTrailingPunctuationFromURLs-option.html feature(excludeTrailingPunctuationFromURLs): excludes trailing punctuation from auto linked URLs 2016-12-01 15:25:46 +00:00
excludeTrailingPunctuationFromURLs-option.md feature(excludeTrailingPunctuationFromURLs): excludes trailing punctuation from auto linked URLs 2016-12-01 15:25:46 +00:00
requireSpaceBeforeHeadingText.html feat(requireSpaceBeforeHeadingText): option to make space between # and header text mandatory 2016-12-17 06:01:15 +00:00
requireSpaceBeforeHeadingText.md feat(requireSpaceBeforeHeadingText): option to make space between # and header text mandatory 2016-12-17 06:01:15 +00:00
simpleLineBreaks2.html fix(simpleLineBreaks): fix simpleLineBreaks option not working with non-ASCII chars and markdown delimiters 2017-01-06 03:51:12 +00:00
simpleLineBreaks2.md fix(simpleLineBreaks): fix simpleLineBreaks option not working with non-ASCII chars and markdown delimiters 2017-01-06 03:51:12 +00:00