Skip to content

Commit 3aeda88

Browse files
committed
Ensure second code example is a diff
1 parent c6aafb2 commit 3aeda88

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_posts/2026-03-30-when-all-you-can-do-is-all-or-nothing-do-nothing.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,16 @@ lazy-load it. But if CMS users can also use it:
6868

6969
…then the design system doesn’t have the right to guess.
7070

71-
In that world, this version is safer:
71+
In that world, this change is safer:
7272

73-
```html
73+
```diff
7474
<article class=c-card>
7575
<img src=/img/promo.jpg
7676
alt="Promotional image"
7777
width=640
78-
height=360>
78+
height=360
79+
- loading=lazy>
80+
+>
7981

8082
<h2>Spring Collection</h2>
8183
<p>Discover the latest arrivals.</p>

0 commit comments

Comments
 (0)