mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-10 08:30:02 +00:00
15 lines
151 B
Text
15 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>
|