Files
LearnGO/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/testdata/Inline HTML (Advanced).text
T
2024-09-19 21:38:24 -04: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>