From bd185087dc899b6157f821fdd29561caffcc4682 Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Thu, 31 Jul 2008 03:06:39 +0500 Subject: A lot of bug fixes, added ElementTree support for extensions, some new tests. --- tests/markdown-test/angle-links-and-img.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/markdown-test/angle-links-and-img.txt (limited to 'tests/markdown-test/angle-links-and-img.txt') diff --git a/tests/markdown-test/angle-links-and-img.txt b/tests/markdown-test/angle-links-and-img.txt new file mode 100755 index 0000000..1dbf404 --- /dev/null +++ b/tests/markdown-test/angle-links-and-img.txt @@ -0,0 +1,4 @@ +[link]( "title") +![image]() +[link]() +![image]() -- cgit v1.2.3