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/nested-patterns.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/nested-patterns.html')
-rw-r--r-- | tests/misc/nested-patterns.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/misc/nested-patterns.html b/tests/misc/nested-patterns.html new file mode 100644 index 0000000..f41bb34 --- /dev/null +++ b/tests/misc/nested-patterns.html @@ -0,0 +1,38 @@ +<p> + <strong> + <em> + <a href="http://www.freewisdom.org">link</a> + </em> + </strong> + <strong> + <em> + <a href="http://www.freewisdom.org">link</a> + </em> + </strong> + <strong> + <a href="http://www.freewisdom.org"> + <em>link</em> + </a> + </strong> + <strong> + <a href="http://www.freewisdom.org"> + <em>link</em> + </a> + </strong> + <strong> + <a href="http://www.freewisdom.org"> + <em>link</em> + </a> + </strong> + <strong> + <a href="http://www.freewisdom.org"> + <em>link</em> + </a> + </strong> + <a href="http://www.freewisdom.org"> + <strong> + <em>link</em> + </strong> + </a> +</p> + |