From cdef619141141772db37819201bdfc9a0daec834 Mon Sep 17 00:00:00 2001 From: Stephen Tse Date: Sat, 3 May 2025 16:30:21 -0700 Subject: [PATCH] Updated code example --- quartz/plugins/transformers/images.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quartz/plugins/transformers/images.ts b/quartz/plugins/transformers/images.ts index 789ec9b0a..8f8b82d77 100644 --- a/quartz/plugins/transformers/images.ts +++ b/quartz/plugins/transformers/images.ts @@ -55,11 +55,11 @@ export const Images: QuartzTransformerPlugin> = (userOpts) => { * HAST plugin that updates image tags of supported formats to serve * optimized images. * - * For example, given ``, it generates: + * For example, given ``, it generates: * * ```html - * - * + * + * * * ``` */