mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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>
|