2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-27 22:19:02 +00: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>