Skip to content

Commit ae5f586

Browse files
committed
Add some returns for clarity
1 parent 43bbacf commit ae5f586

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ links:
6060
linkText: Learn more
6161
background: light
6262
---
63+
6364
<div class="callout callout--{{ background }}">
6465
<h3 class="callout__heading">{{ heading }}</h3>
6566
<p class="callout__description">{{ description }}</p>
@@ -90,6 +91,7 @@ links:
9091
linkText: Learn more
9192
background: light
9293
---
94+
9395
<div class="callout callout--{{ background }}">
9496
<h3 class="callout__heading">{{ heading }}</h3>
9597
<p class="callout__description">{{ description }}</p>
@@ -120,6 +122,7 @@ links:
120122
linkText: Learn more
121123
background: light
122124
---
125+
123126
<div :class="`callout callout--${background}`">
124127
<h3 class="callout__heading" @text="heading"></h3>
125128
<p class="callout__description" @text="description"></p>
@@ -151,6 +154,7 @@ links:
151154
linkText: Learn more
152155
background: light
153156
---
157+
154158
<div class="callout callout--{{ background }}">
155159
<h3 class="callout__heading">{{ heading }}</h3>
156160
<p class="callout__description">{{ description }}</p>

0 commit comments

Comments
 (0)