Files
weave-scope/vendor/github.com/russross/blackfriday/testdata/Inline HTML (Advanced).text
2015-10-24 11:19:50 +01:00

16 lines
151 B
Plaintext

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