hoedown/test
Steve Wolter 737304d2aa Fix issue #125: Don't escape HTML tags in tables of contents.
Before this patch, a header like "# *A*" was displayed as
"<li>&lt;em&gtA&lt;/em&gt;</li>" in the TOC. The error was caused by
toc_header doing the HTML escaping. In the normal HTML renderer, the escaping
is done by the normal_text hook. This patch uses the same handling to
fix the issue.
2014-12-01 12:35:14 +01:00
..
MarkdownTest_1.0.3 Fix issue #125: Don't escape HTML tags in tables of contents. 2014-12-01 12:35:14 +01:00
Tests Modify tests accordingly 2014-09-14 19:16:41 +02:00
config.json Fix issue #125: Don't escape HTML tags in tables of contents. 2014-12-01 12:35:14 +01:00
runner.py Make tests work on Windows 2014-10-22 13:12:03 +08:00