mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-13 01:42:41 +00:00
16 lines
151 B
Text
16 lines
151 B
Text
|
Simple block on one line:
|
||
|
|
||
|
<div>foo</div>
|
||
|
|
||
|
And nested without indentation:
|
||
|
|
||
|
<div>
|
||
|
<div>
|
||
|
<div>
|
||
|
foo
|
||
|
</div>
|
||
|
<div style=">"/>
|
||
|
</div>
|
||
|
<div>bar</div>
|
||
|
</div>
|