diff options
Diffstat (limited to 'MarkdownTest/Tests_2004/Inline HTML (Advanced).html')
-rw-r--r-- | MarkdownTest/Tests_2004/Inline HTML (Advanced).html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MarkdownTest/Tests_2004/Inline HTML (Advanced).html b/MarkdownTest/Tests_2004/Inline HTML (Advanced).html new file mode 100644 index 0000000..1972d87 --- /dev/null +++ b/MarkdownTest/Tests_2004/Inline HTML (Advanced).html @@ -0,0 +1,14 @@ +<p>Simple block on one line:</p> + +<div>foo</div> + +<p>And nested without indentation:</p> + +<div> +<div> +<div> +foo +</div> +</div> +<div>bar</div> +</div> |