1
0
mirror of https://github.com/restic/restic.git synced 2024-07-20 11:27:33 +02:00
restic/vendor/github.com/russross/blackfriday/testdata/Inline HTML (Advanced).text

16 lines
151 B
Plaintext
Raw Normal View History

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