1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-25 17:27:25 +00:00
restic/vendor/github.com/russross/blackfriday/testdata/Inline HTML (Advanced).text
2017-08-05 11:08:49 +02:00

15 lines
151 B
Text

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