diff options
author | Waylan Limberg <waylan@gmail.com> | 2010-09-20 15:29:03 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2010-09-20 15:29:03 -0400 |
commit | e2a79787f426bef4c2455d235252362586838773 (patch) | |
tree | 86a0daa8424c5527e726cf58045f8ae3bd51e156 /tests/misc/block_html_simple.html | |
parent | af98c981e8540809938952ee549baf65bb951116 (diff) | |
parent | 5366b6908de0daa389ac514eb92c8db3e04148db (diff) | |
download | markdown-e2a79787f426bef4c2455d235252362586838773.tar.gz markdown-e2a79787f426bef4c2455d235252362586838773.tar.bz2 markdown-e2a79787f426bef4c2455d235252362586838773.zip |
Merge branch 'master' of git@gitorious.org:python-markdown/mainline
Diffstat (limited to 'tests/misc/block_html_simple.html')
-rw-r--r-- | tests/misc/block_html_simple.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/misc/block_html_simple.html b/tests/misc/block_html_simple.html new file mode 100644 index 0000000..dce68bc --- /dev/null +++ b/tests/misc/block_html_simple.html @@ -0,0 +1,10 @@ +<p>foo</p> + +<ul> +<li> +<p>bar</p> +</li> +<li> +<p>baz</p> +</li> +</ul>
\ No newline at end of file |