Update block.html - Clarify examples
The example of text inside `div`s without the `.block` class felt awkward.
This commit is contained in:
parent
3765d7bf5a
commit
05efd3cd97
1 changed files with 3 additions and 3 deletions
|
@ -28,13 +28,13 @@ meta:
|
|||
|
||||
{% capture no_block_example %}
|
||||
<div>
|
||||
This text is within a <strong>block</strong>.
|
||||
This text is not within a <strong>block</strong>.
|
||||
</div>
|
||||
<div>
|
||||
This text is within a longer <strong>second block</strong>. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean efficitur sit amet massa fringilla egestas. Nullam condimentum luctus turpis.
|
||||
This text isn't within a <strong>block</strong> either. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean efficitur sit amet massa fringilla egestas. Nullam condimentum luctus turpis.
|
||||
</div>
|
||||
<div>
|
||||
This text is within a <strong>third block</strong>. This block has no margin at the bottom.
|
||||
This text is also not within a <strong>block</strong>.
|
||||
</div>
|
||||
{% endcapture %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue