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
2017-08-05 11:08:49 +02: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>