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 - * - * + * + * * * ``` */