diff options
Diffstat (limited to 'tests/misc/markup-inside-p.txt')
-rw-r--r-- | tests/misc/markup-inside-p.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/misc/markup-inside-p.txt b/tests/misc/markup-inside-p.txt new file mode 100644 index 0000000..ab7dd0f --- /dev/null +++ b/tests/misc/markup-inside-p.txt @@ -0,0 +1,21 @@ +<p> + +_foo_ + +</p> + +<p> +_foo_ +</p> + +<p>_foo_</p> + +<p> + +_foo_ +</p> + +<p> +_foo_ + +</p> |