From a4106db7aff9e961f0c40a738f19ccf06a7cae6c Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 4 Nov 2008 17:37:43 -0500 Subject: Added Definition List extension. This is a first draft. A few more advanced features in PHP's implementation don't work yet. Most notably a blank line between a term and its first definition will break things. See the included test for what works. --- test-markdown.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test-markdown.py') diff --git a/test-markdown.py b/test-markdown.py index 3d89e3b..1445799 100755 --- a/test-markdown.py +++ b/test-markdown.py @@ -375,6 +375,7 @@ testDirectory("tests/safe_mode", measure_time=True, safe_mode="escape") testDirectory("tests/extensions-x-codehilite") testDirectory("tests/extensions-x-wikilinks") testDirectory("tests/extensions-x-toc") +testDirectory("tests/extensions-x-def_list") print "\n### Final result ###" if len(failedTests): -- cgit v1.2.3