Skip to content

Commit e89a70e

Browse files
committed
remove the <br> tags in doc example
1 parent d02754e commit e89a70e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/layouts/flex/partials/code/how-to-use.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -456,16 +456,16 @@ This is a classic layout, where a "media" element (it could be an image, an icon
456456
<img class="doc-flex-media-avatar" src="/assets/images/avatar.png" alt="portrait of a cat wearing coat and tie" />
457457
<Hds::Text::Body @size="200" @tag="p">Lorem ipsum dolor sit amet</Hds::Text::Body>
458458
</Hds::Layout::Flex>
459+
```
459460

460-
<br/>
461-
461+
```handlebars
462462
<Hds::Layout::Flex @align="center" @gap="8">
463463
<Hds::Icon @name="info" @size="24" />
464464
<Hds::Text::Body @size="200" @tag="p">Lorem ipsum dolor sit amet</Hds::Text::Body>
465465
</Hds::Layout::Flex>
466+
```
466467

467-
<br/>
468-
468+
```handlebars
469469
<Hds::Layout::Flex @align="start" @gap="16">
470470
<Hds::IconTile @logo="boundary" />
471471
<Hds::Layout::Flex @direction="column" @gap="4">

0 commit comments

Comments
 (0)