showdown/test/cases
Estevão Soares dos Santos 3097bd45c2 feat(hashHTMLSpans): Add support for hashing span elements
This feature enables hashing span elements that should not be touched by
showdown. For instance, `<code>` tags in markdown source should not be
parsed by showdown, so the text inside them remains unchanged.
This is made possible by a new exciting internal feature,
matchRecursiveRegExp.

Closes #196, Closes #175, Partially reverts 5f043ca
2015-10-19 01:55:35 +01:00
..
anchors-by-reference.html chore(all): code style change 2015-01-19 11:37:21 +00:00
anchors-by-reference.md Added testing suite 2012-06-13 23:05:31 -06:00
automatic-anchors.html Major code refactoring 2015-01-15 21:21:33 +00:00
automatic-anchors.md Added testing suite 2012-06-13 23:05:31 -06:00
blockquote-followed-by-code.html fix(blockGamut): fix for headings inside blockquotes 2015-08-23 03:11:11 +01:00
blockquote-followed-by-code.md fix(blockGamut): fix for headings inside blockquotes 2015-08-23 03:11:11 +01:00
blockquote-inside-code.html fix(blockGamut): fix for headings inside blockquotes 2015-08-23 03:11:11 +01:00
blockquote-inside-code.md fix(blockGamut): fix for headings inside blockquotes 2015-08-23 03:11:11 +01:00
blockquote-nested-markdown.html chore(all): code style change 2015-01-19 11:37:21 +00:00
blockquote-nested-markdown.md Added testing suite 2012-06-13 23:05:31 -06:00
blockquote.html chore(all): code style change 2015-01-19 11:37:21 +00:00
blockquote.md Added testing suite 2012-06-13 23:05:31 -06:00
code-block-html-escape.html Major code refactoring 2015-01-15 21:21:33 +00:00
code-block-html-escape.md Added testing suite 2012-06-13 23:05:31 -06:00
code-block.html Major code refactoring 2015-01-15 21:21:33 +00:00
code-block.md Added testing suite 2012-06-13 23:05:31 -06:00
doubline-list.html chore(all): code style change 2015-01-19 11:37:21 +00:00
doubline-list.md Added testing suite 2012-06-13 23:05:31 -06:00
emphasis.html chore(all): code style change 2015-01-19 11:37:21 +00:00
emphasis.md test(emphasis): add more test scenarios to emphasis 2015-01-16 23:03:38 +00:00
escaped-number-period.html chore(all): code style change 2015-01-19 11:37:21 +00:00
escaped-number-period.md chore(): code style fix and tests fix due to code style changes 2015-01-19 12:04:22 +00:00
escaping.html Major code refactoring 2015-01-15 21:21:33 +00:00
escaping.md Added testing suite 2012-06-13 23:05:31 -06:00
github-style-at-start.html chore(all): code style change 2015-01-19 11:37:21 +00:00
github-style-at-start.md Added test case for github codeblock at start of string 2012-06-14 00:08:49 -06:00
github-style-codeblock-inside-quote.html fix(blockQuote): fix 'github style codeblocks' not being parsed inside 'blockquote' 2015-08-25 21:10:49 +01:00
github-style-codeblock-inside-quote.md fix(blockQuote): fix 'github style codeblocks' not being parsed inside 'blockquote' 2015-08-25 21:10:49 +01:00
github-style-codeblock.html feat(subParsers/githubCodeBlock): add extra language class to conform to html5 spec 2015-07-14 00:41:59 +01:00
github-style-codeblock.md Fixed #21 -- Github codeblocks can now contain back ticks 2012-06-14 00:09:58 -06:00
github-style-linebreaks.html chore(all): code style change 2015-01-19 11:37:21 +00:00
github-style-linebreaks.md Added test for #25. Looks to be working. 2012-08-11 07:02:41 -06:00
h1-with-double-hash.html Major code refactoring 2015-01-15 21:21:33 +00:00
h1-with-double-hash.md Added testing suite 2012-06-13 23:05:31 -06:00
h1-with-equals.html Major code refactoring 2015-01-15 21:21:33 +00:00
h1-with-equals.md Added testing suite 2012-06-13 23:05:31 -06:00
h1-with-single-hash.html Major code refactoring 2015-01-15 21:21:33 +00:00
h1-with-single-hash.md Added testing suite 2012-06-13 23:05:31 -06:00
h2-with-dashes.html Major code refactoring 2015-01-15 21:21:33 +00:00
h2-with-dashes.md Added testing suite 2012-06-13 23:05:31 -06:00
h2-with-double-hash.html Major code refactoring 2015-01-15 21:21:33 +00:00
h2-with-double-hash.md Added testing suite 2012-06-13 23:05:31 -06:00
h2-with-single-hash.html Major code refactoring 2015-01-15 21:21:33 +00:00
h2-with-single-hash.md Added testing suite 2012-06-13 23:05:31 -06:00
h3-with-double-hash.html Major code refactoring 2015-01-15 21:21:33 +00:00
h3-with-double-hash.md Added testing suite 2012-06-13 23:05:31 -06:00
h3-with-single-hash.html Major code refactoring 2015-01-15 21:21:33 +00:00
h3-with-single-hash.md Added testing suite 2012-06-13 23:05:31 -06:00
h4-with-single-hash.html Major code refactoring 2015-01-15 21:21:33 +00:00
h4-with-single-hash.md Added testing suite 2012-06-13 23:05:31 -06:00
h5-with-single-hash.html Major code refactoring 2015-01-15 21:21:33 +00:00
h5-with-single-hash.md Added testing suite 2012-06-13 23:05:31 -06:00
h6-with-single-hash.html Major code refactoring 2015-01-15 21:21:33 +00:00
h6-with-single-hash.md Added testing suite 2012-06-13 23:05:31 -06:00
horizontal-rules.html chore(): code style fix and tests fix due to code style changes 2015-01-19 12:04:22 +00:00
horizontal-rules.md Added testing suite 2012-06-13 23:05:31 -06:00
html5-strutural-tags.html fix(subParsers/hashHTMLBlocks.js): fix rendering problems with html5 block elements. 2015-04-23 21:51:32 +01:00
html5-strutural-tags.md chore(tests) fix test that didn't merge correctly 2015-05-14 03:04:52 +01:00
images.html tests(images): fix standard testsuite images test 2015-06-08 03:59:40 +01:00
images.md Added testing suite 2012-06-13 23:05:31 -06:00
implicit-anchors.html chore(): code style fix and tests fix due to code style changes 2015-01-19 12:04:22 +00:00
implicit-anchors.md Added testing suite 2012-06-13 23:05:31 -06:00
inline-anchors.html Major code refactoring 2015-01-15 21:21:33 +00:00
inline-anchors.md Added testing suite 2012-06-13 23:05:31 -06:00
inline-code.html Major code refactoring 2015-01-15 21:21:33 +00:00
inline-code.md Added testing suite 2012-06-13 23:05:31 -06:00
inline-escaped-chars.html chore(all): code style change 2015-01-19 11:37:21 +00:00
inline-escaped-chars.md Added test case for #10 -- Seems to be working correctly 2012-06-14 00:44:58 -06:00
inline-style-tag.html chore(): code style fix and tests fix due to code style changes 2015-01-19 12:04:22 +00:00
inline-style-tag.md Fixed #11 -- <style> tags are now not wrapped in <p>'s + test case for this 2012-06-14 00:42:15 -06:00
lazy-blockquote.html chore(all): code style change 2015-01-19 11:37:21 +00:00
lazy-blockquote.md Added testing suite 2012-06-13 23:05:31 -06:00
list-followed-by-blockquote.html fix(lists): fix github code blocks not being parsed inside lists 2015-08-01 21:05:28 +01:00
list-followed-by-blockquote.md fix(lists): fix github code blocks not being parsed inside lists 2015-08-01 21:05:28 +01:00
list-followed-by-ghcode.html fix(lists): fix github code blocks not being parsed inside lists 2015-08-01 21:05:28 +01:00
list-followed-by-ghcode.md fix(lists): fix github code blocks not being parsed inside lists 2015-08-01 21:05:28 +01:00
list-with-blockquote.html chore(): code style fix and tests fix due to code style changes 2015-01-19 12:04:22 +00:00
list-with-blockquote.md Added testing suite 2012-06-13 23:05:31 -06:00
list-with-code.html chore(): code style fix and tests fix due to code style changes 2015-01-19 12:04:22 +00:00
list-with-code.md Added testing suite 2012-06-13 23:05:31 -06:00
literal-html-tags.html feat(hashHTMLSpans): Add support for hashing span elements 2015-10-19 01:55:35 +01:00
literal-html-tags.md feat(hashHTMLSpans): Add support for hashing span elements 2015-10-19 01:55:35 +01:00
multi-paragraph-list.html chore(all): code style change 2015-01-19 11:37:21 +00:00
multi-paragraph-list.md Added testing suite 2012-06-13 23:05:31 -06:00
multiline-unordered-list.html chore(): code style fix and tests fix due to code style changes 2015-01-19 12:04:22 +00:00
multiline-unordered-list.md Added testing suite 2012-06-13 23:05:31 -06:00
nested-blockquote.html chore(all): code style change 2015-01-19 11:37:21 +00:00
nested-blockquote.md Updated nested blockquote test case to proper markdown syntax 2012-06-14 00:35:47 -06:00
ordered-list-same-number.html chore(all): code style change 2015-01-19 11:37:21 +00:00
ordered-list-same-number.md Added testing suite 2012-06-13 23:05:31 -06:00
ordered-list-wrong-numbers.html chore(all): code style change 2015-01-19 11:37:21 +00:00
ordered-list-wrong-numbers.md Added testing suite 2012-06-13 23:05:31 -06:00
ordered-list.html chore(all): code style change 2015-01-19 11:37:21 +00:00
ordered-list.md Added testing suite 2012-06-13 23:05:31 -06:00
paragraphed-list-with-sublists.html fix(lists): fix github code blocks not being parsed inside lists 2015-08-01 21:05:28 +01:00
paragraphed-list-with-sublists.md fix(lists): fix github code blocks not being parsed inside lists 2015-08-01 21:05:28 +01:00
relative-anchors.html Major code refactoring 2015-01-15 21:21:33 +00:00
relative-anchors.md Added testing suite 2012-06-13 23:05:31 -06:00
repeated-headers.html feat(uniqueHeaderId): add unique id prefix and suffix to headers 2015-01-18 02:12:32 +00:00
repeated-headers.md feat(uniqueHeaderId): add unique id prefix and suffix to headers 2015-01-18 02:12:32 +00:00
simple-paragraph.html Major code refactoring 2015-01-15 21:21:33 +00:00
simple-paragraph.md Added testing suite 2012-06-13 23:05:31 -06:00
strong.html Major code refactoring 2015-01-15 21:21:33 +00:00
strong.md Added testing suite 2012-06-13 23:05:31 -06:00
unordered-list-asterisk.html chore(all): code style change 2015-01-19 11:37:21 +00:00
unordered-list-asterisk.md Added testing suite 2012-06-13 23:05:31 -06:00
unordered-list-minus.html chore(all): code style change 2015-01-19 11:37:21 +00:00
unordered-list-minus.md Added testing suite 2012-06-13 23:05:31 -06:00
unordered-list-plus.html chore(all): code style change 2015-01-19 11:37:21 +00:00
unordered-list-plus.md Added testing suite 2012-06-13 23:05:31 -06:00
url-with-parenthesis.html chore(): code style fix and tests fix due to code style changes 2015-01-19 12:04:22 +00:00
url-with-parenthesis.md chore(): code style fix and tests fix due to code style changes 2015-01-19 12:04:22 +00:00