mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
16 lines
151 B
Plaintext
Executable File
16 lines
151 B
Plaintext
Executable File
Simple block on one line:
|
|
|
|
<div>foo</div>
|
|
|
|
And nested without indentation:
|
|
|
|
<div>
|
|
<div>
|
|
<div>
|
|
foo
|
|
</div>
|
|
<div style=">"/>
|
|
</div>
|
|
<div>bar</div>
|
|
</div>
|