diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-08-22 13:52:04 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-08-22 13:52:04 -0400 |
commit | f6da83640fefb0583ad956668a7b79e9d8143226 (patch) | |
tree | 158c34a7535a7c32d71f8f80552fbd7b8da6e09b /tests/misc/markup-inside-p.html | |
parent | d0271ccb1c69c85eff48634710b4cc1cd528cf91 (diff) | |
download | markdown-f6da83640fefb0583ad956668a7b79e9d8143226.tar.gz markdown-f6da83640fefb0583ad956668a7b79e9d8143226.tar.bz2 markdown-f6da83640fefb0583ad956668a7b79e9d8143226.zip |
Updated tests with raw block level html in them. **Note** these tests do not pass now - but they should! We need to fix the bug which the tests were previosuly hiding!
Diffstat (limited to 'tests/misc/markup-inside-p.html')
-rw-r--r-- | tests/misc/markup-inside-p.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/misc/markup-inside-p.html b/tests/misc/markup-inside-p.html index c0478fb..28592bc 100644 --- a/tests/misc/markup-inside-p.html +++ b/tests/misc/markup-inside-p.html @@ -1,17 +1,17 @@ -<p><p> +<p> _foo_ -</p></p> -<p><p> +</p> +<p> _foo_ -</p></p> -<p><p>_foo_</p></p> -<p><p> +</p> +<p>_foo_</p> +<p> _foo_ -</p></p> -<p><p> +</p> +<p> _foo_ -</p></p>
\ No newline at end of file +</p> |