mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
16 lines
180 B
HTML
Executable File
16 lines
180 B
HTML
Executable File
<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>
|