From 3734c4fc74f65a112a38aa4242249796bbf1552a Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Tue, 11 Oct 2022 12:44:36 +0200 Subject: [PATCH] docs: update source directive code example (#419) --- docs/directives.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/directives.md b/docs/directives.md index 255a1799..5060642f 100644 --- a/docs/directives.md +++ b/docs/directives.md @@ -415,8 +415,8 @@ import webp from 'example.jpg?w=500;900;1200&webp&source' import fallback from 'example.jpg?w=700' const html = ` - - + + ```