diff options
author | Yuri Takhteyev <yuri@freewisdom.org> | 2008-12-07 02:29:30 -0800 |
---|---|---|
committer | Yuri Takhteyev <yuri@freewisdom.org> | 2008-12-07 02:29:30 -0800 |
commit | 26970d2d339f2ff4e77316d328e85c0a61d6986d (patch) | |
tree | 5be564a4ed002fab6a1eb0006849b7c6b2bcc501 | |
parent | 33045f39f394d73d5e742d49d11e967946e34153 (diff) | |
download | markdown-26970d2d339f2ff4e77316d328e85c0a61d6986d.tar.gz markdown-26970d2d339f2ff4e77316d328e85c0a61d6986d.tar.bz2 markdown-26970d2d339f2ff4e77316d328e85c0a61d6986d.zip |
Adding para-with-hr test. (Broken at the moment.)
-rw-r--r-- | tests/misc/para-with-hr.html | 2 | ||||
-rw-r--r-- | tests/misc/para-with-hr.txt | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/misc/para-with-hr.html b/tests/misc/para-with-hr.html new file mode 100644 index 0000000..c4eb4db --- /dev/null +++ b/tests/misc/para-with-hr.html @@ -0,0 +1,2 @@ +<p>Here is a paragraph, followed by a horizontal rule.<hr /> +Followed by another paragraph.</p> diff --git a/tests/misc/para-with-hr.txt b/tests/misc/para-with-hr.txt new file mode 100644 index 0000000..20735fb --- /dev/null +++ b/tests/misc/para-with-hr.txt @@ -0,0 +1,4 @@ +Here is a paragraph, followed by a horizontal rule. +*** +Followed by another paragraph. + |