diff options
Diffstat (limited to 'tests/MarkdownTest_1.0.3/Tests/Inline HTML (Advanced).html')
-rw-r--r-- | tests/MarkdownTest_1.0.3/Tests/Inline HTML (Advanced).html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/MarkdownTest_1.0.3/Tests/Inline HTML (Advanced).html b/tests/MarkdownTest_1.0.3/Tests/Inline HTML (Advanced).html new file mode 100644 index 000000000..3af9cafb1 --- /dev/null +++ b/tests/MarkdownTest_1.0.3/Tests/Inline HTML (Advanced).html @@ -0,0 +1,15 @@ +<p>Simple block on one line:</p> + +<div>foo</div> + +<p>And nested without indentation:</p> + +<div> +<div> +<div> +foo +</div> +<div style=">"/> +</div> +<div>bar</div> +</div> |