From 05efd3cd97b1422857d6c27ffbc65a4b3397d330 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Tue, 22 Sep 2020 10:01:41 -0400 Subject: [PATCH] Update block.html - Clarify examples The example of text inside `div`s without the `.block` class felt awkward. --- docs/documentation/elements/block.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/documentation/elements/block.html b/docs/documentation/elements/block.html index f3585d36a..b16d44e86 100644 --- a/docs/documentation/elements/block.html +++ b/docs/documentation/elements/block.html @@ -28,13 +28,13 @@ meta: {% capture no_block_example %}
- This text is within a block. + This text is not within a block.
- This text is within a longer second block. 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 block either. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean efficitur sit amet massa fringilla egestas. Nullam condimentum luctus turpis.
- This text is within a third block. This block has no margin at the bottom. + This text is also not within a block.
{% endcapture %} -- 2.47.2