showdown/test/features/tables
Estevao Soares dos Santos 4ef4c5e674 fix(tables): raw html inside code tags in tables no longer breaks tables
Under certains conditions, raw html inside code tags in tables would break
table parsing. This commit fixes that.

Closes #471
2017-12-05 01:13:11 +00:00
..
#179.parse-md-in-table-ths.html chore: normalize test names 2015-10-19 02:50:32 +01:00
#179.parse-md-in-table-ths.md chore: normalize test names 2015-10-19 02:50:32 +01:00
#256.table-header-separators-should-not-require-3-dashes.html fix(tables): fix table heading separators requiring 3 dashes instead of 2 2016-05-17 21:27:40 +01:00
#256.table-header-separators-should-not-require-3-dashes.md fix(tables): fix table heading separators requiring 3 dashes instead of 2 2016-05-17 21:27:40 +01:00
#345.escape-pipe-character.html fix(tables): pipe char can now be escaped 2017-02-21 14:13:12 +00:00
#345.escape-pipe-character.md fix(tables): pipe char can now be escaped 2017-02-21 14:13:12 +00:00
#406.does-not-render-one-column-tables.html Fix(tables): allow for one column table 2017-08-05 03:34:49 +01:00
#406.does-not-render-one-column-tables.md Fix(tables): allow for one column table 2017-08-05 03:34:49 +01:00
#442.trailing-spaces-break-one-column-tables.html fix(tables): trailing spaces no longer prevent table parsing 2017-10-06 12:52:20 +01:00
#442.trailing-spaces-break-one-column-tables.md fix(tables): trailing spaces no longer prevent table parsing 2017-10-06 12:52:20 +01:00
#443.2.table-followed-by-list-does-not-parse-correctly.html fix(tables): tables are properly rendered when followed by a single linebreak and a list 2017-10-06 12:38:01 +01:00
#443.2.table-followed-by-list-does-not-parse-correctly.md fix(tables): tables are properly rendered when followed by a single linebreak and a list 2017-10-06 12:38:01 +01:00
#443.table-followed-by-list-does-not-parse-correctly.html fix(tables): tables are properly rendered when followed by a single linebreak and a list 2017-10-06 12:38:01 +01:00
#443.table-followed-by-list-does-not-parse-correctly.md fix(tables): tables are properly rendered when followed by a single linebreak and a list 2017-10-06 12:38:01 +01:00
#465.code-spans-with-pipes-break-table.html fix(tables): pipe character in code spans no longer breaks table 2017-11-23 05:39:53 +00:00
#465.code-spans-with-pipes-break-table.md fix(tables): pipe character in code spans no longer breaks table 2017-11-23 05:39:53 +00:00
#471.ol-is-not-rendered-correctly-inside-table.html fix(tables): raw html inside code tags in tables no longer breaks tables 2017-12-05 01:13:11 +00:00
#471.ol-is-not-rendered-correctly-inside-table.md fix(tables): raw html inside code tags in tables no longer breaks tables 2017-12-05 01:13:11 +00:00
basic-alignment.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
basic-alignment.md feat(tables): add support for GFM tables 2015-07-11 16:44:24 +01:00
basic-with-header-ids.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
basic-with-header-ids.md test: add newline at end of test files 2017-01-28 01:46:33 +00:00
basic.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
basic.md feat(tables): add support for GFM tables 2015-07-11 16:44:24 +01:00
gh-style-tables.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
gh-style-tables.md fix(tables): fix tables to match github's md spec 2016-01-25 05:24:54 +00:00
large-table-with-allignments.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
large-table-with-allignments.md feat(subParsers/table): support for table alignment 2015-07-11 18:21:43 +01:00
large.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
large.md feat(tables): add support for GFM tables 2015-07-11 16:44:24 +01:00
mixed-alignment.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
mixed-alignment.md test: add newline at end of test files 2017-01-28 01:46:33 +00:00
multiple-tables.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
multiple-tables.md feat(tables): add support for GFM tables 2015-07-11 16:44:24 +01:00
table-inside-codeblock.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
table-inside-codeblock.md fix(tables): fix md tables being parsed inside indented code blocks. 2015-08-27 03:41:59 +01:00
table-without-leading-pipe.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
table-without-leading-pipe.md added check for undefined on text due to failing to parse tables 2016-05-24 10:26:59 +01:00
with-equals.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
with-equals.md feat(tables): add support for GFM tables 2015-07-11 16:44:24 +01:00
with-span-elements.html fix(simplifiedAutoLink): fix simplified autolink to match GFM behavior 2016-08-19 19:12:25 +01:00
with-span-elements.md fix(subparsers/tables.js): fix parser order so that tables include all spanGamut elements 2015-07-11 19:50:26 +01:00
with-surroundings.html fix(double linebreaks): fix double linebreaks in html output 2016-09-29 00:50:58 +01:00
with-surroundings.md feat(tables): add support for GFM tables 2015-07-11 16:44:24 +01:00
without-body.html chore: remove html beautify from tests 2016-02-02 00:29:06 +00:00
without-body.md feat(tables): add support for GFM tables 2015-07-11 16:44:24 +01:00
without-header-delimiter.html feat(tables): add support for GFM tables 2015-07-11 16:44:24 +01:00
without-header-delimiter.md feat(tables): add support for GFM tables 2015-07-11 16:44:24 +01:00