From 0b378d93b2b8228a29dccd9e3b67f8ec08ac80d1 Mon Sep 17 00:00:00 2001 From: duhem-s Date: Tue, 23 Sep 2025 14:59:22 +0200 Subject: [PATCH] docs(require-img-alt): empty alt is allowed #424 --- docs/rules/require-img-alt.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/rules/require-img-alt.md b/docs/rules/require-img-alt.md index 29987557..ae11def7 100644 --- a/docs/rules/require-img-alt.md +++ b/docs/rules/require-img-alt.md @@ -33,15 +33,15 @@ Examples of **incorrect** code for this rule: ```html,incorrect - - - ``` Examples of **correct** code for this rule: ```html,correct some description + + + ``` ### Options