diff options
author | Artem Yunusov <nedrlab@gmail.com> | 2008-07-31 03:06:39 +0500 |
---|---|---|
committer | Artem Yunusov <nedrlab@gmail.com> | 2008-07-31 03:06:39 +0500 |
commit | bd185087dc899b6157f821fdd29561caffcc4682 (patch) | |
tree | db9445d13bdbd59fb999664462031d3630e0ffb0 /tests/markdown-test/angle-links-and-img.html | |
parent | c99366a182afa3b0cd8da12075cd9ff8e15ae089 (diff) | |
download | markdown-bd185087dc899b6157f821fdd29561caffcc4682.tar.gz markdown-bd185087dc899b6157f821fdd29561caffcc4682.tar.bz2 markdown-bd185087dc899b6157f821fdd29561caffcc4682.zip |
A lot of bug fixes, added ElementTree support for extensions, some new tests.
Diffstat (limited to 'tests/markdown-test/angle-links-and-img.html')
-rwxr-xr-x | tests/markdown-test/angle-links-and-img.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/markdown-test/angle-links-and-img.html b/tests/markdown-test/angle-links-and-img.html new file mode 100755 index 0000000..e32b6e6 --- /dev/null +++ b/tests/markdown-test/angle-links-and-img.html @@ -0,0 +1,7 @@ +<p> + <a href="simple link" title="title">link</a> + <img alt="image" src="http://example.com/image.jpg" /> + <a href="http://example.com/(()((())923)(">link</a> + <img alt="image" src="link(()))(" /> +</p> + |