From b40df78c53a3eafecbfd7a7f8ff0f1d91518a6ce Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Thu, 5 Dec 2024 14:42:18 +0100 Subject: [PATCH] Fix missing backtick around tag name (#2401) --- features/description-list.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/description-list.yml b/features/description-list.yml index ad0fa827ad9..d064f34d61e 100644 --- a/features/description-list.yml +++ b/features/description-list.yml @@ -1,5 +1,5 @@ name: Description list -description: The `
`, `
`, and '
' HTML elements represent a list of terms and their associated descriptions. Use a description list to create glossaries or similar list of key-value pairs. +description: The `
`, `
`, and `
` HTML elements represent a list of terms and their associated descriptions. Use a description list to create glossaries or similar list of key-value pairs. spec: - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dd-element - https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element