Files
LearnGO/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/testdata/Inline HTML (Advanced).html
T
2024-09-19 21:38:24 -04:00

16 lines
165 B
HTML

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