diff options
author | Artem Yunusov <nedrlab@gmail.com> | 2008-07-19 18:02:19 +0500 |
---|---|---|
committer | Artem Yunusov <nedrlab@gmail.com> | 2008-07-19 18:02:19 +0500 |
commit | 4c9cd2c1d9c589ead5a6543e306b8bf7e6295aa5 (patch) | |
tree | 172b4f3b5eb4f32e1affdc55e92aa7d2100eee92 /tests/misc/link-with-parenthesis.html | |
parent | b38cb84d520b446a726185a71a9669241fa48f8d (diff) | |
download | markdown-4c9cd2c1d9c589ead5a6543e306b8bf7e6295aa5.tar.gz markdown-4c9cd2c1d9c589ead5a6543e306b8bf7e6295aa5.tar.bz2 markdown-4c9cd2c1d9c589ead5a6543e306b8bf7e6295aa5.zip |
Ops, forgot to add new test files
Diffstat (limited to 'tests/misc/link-with-parenthesis.html')
-rw-r--r-- | tests/misc/link-with-parenthesis.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/link-with-parenthesis.html b/tests/misc/link-with-parenthesis.html new file mode 100644 index 0000000..5f6d1b1 --- /dev/null +++ b/tests/misc/link-with-parenthesis.html @@ -0,0 +1,3 @@ +<p> + <a href="http://en.wikipedia.org/wiki/ZIP_(file_format)" title="ZIP (file format) - Wikipedia, the free encyclopedia">ZIP archives</a> +</p> |