hoedown/test/Tests
Jeremy Sharpe b1402b50f1 Make image parsing a little more sane, by having an explicit char_image function (that delegates most work to char_link).
The current situation is incredibly hacky, because char_link has to reach into the output buffer to remove the last exclamation mark. For a non-standard renderer that does not just echo normal text to the output, this doesn't work well.
2015-12-03 15:44:38 -05:00
..
CommentsInMiddleOfLine.html adds a testcase for HTML comments in the middle of a block and a tweak to src/document.c that recognizes them as tags to copy over literally 2015-11-18 15:40:01 -05:00
CommentsInMiddleOfLine.text adds a testcase for HTML comments in the middle of a block and a tweak to src/document.c that recognizes them as tags to copy over literally 2015-11-18 15:40:01 -05:00
Escape character.html New Python implemented test script 2014-09-09 16:10:50 +08:00
Escape character.text New Python implemented test script 2014-09-09 16:10:50 +08:00
Formatting in Table of Contents.html Move test for formatting in table of contents to test/Tests directory. 2014-12-01 16:47:18 +01:00
Formatting in Table of Contents.text Move test for formatting in table of contents to test/Tests directory. 2014-12-01 16:47:18 +01:00
Images.html Make image parsing a little more sane, by having an explicit char_image function (that delegates most work to char_link). 2015-12-03 15:44:38 -05:00
Images.text Make image parsing a little more sane, by having an explicit char_image function (that delegates most work to char_link). 2015-12-03 15:44:38 -05:00
Math.html Modify tests accordingly 2014-09-14 19:16:41 +02:00
Math.text Modify tests accordingly 2014-09-14 19:16:41 +02:00
Table.html Fix rendering in table with empty cells 2015-05-16 00:54:24 +08:00
Table.text Fix rendering in table with empty cells 2015-05-16 00:54:24 +08:00
Underline.html allow the HOEDOWN_EXT_UNDERLINE to work 2015-01-30 19:02:37 -08:00
Underline.text allow the HOEDOWN_EXT_UNDERLINE to work 2015-01-30 19:02:37 -08:00