android13/external/markdown/tests/markdown-test/inline-html-advanced.txt

15 lines
134 B
Plaintext

Simple block on one line:
<div>foo</div>
And nested without indentation:
<div>
<div>
<div>
foo
</div>
</div>
<div>bar</div>
</div>