From d2950e39d30de0a42b3d07becaee4cc91bdf1f93 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Sun, 3 Nov 2024 18:52:19 +0200 Subject: [PATCH] docs(icon): prevent markdown shenanigans --- elements/rh-icon/rh-icon.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/elements/rh-icon/rh-icon.ts b/elements/rh-icon/rh-icon.ts index 9939c89e93..b46a904d5d 100644 --- a/elements/rh-icon/rh-icon.ts +++ b/elements/rh-icon/rh-icon.ts @@ -45,9 +45,8 @@ export class IconResolveErrorEvent extends ErrorEvent { /** * Icons represents general concepts and can support text as a decorative - * element. The icon element, ``, is a container that allows users to - * add icons of varying dimensions in the same area without shifting surrounding - * content. + * element. The icon element is a container that allows users to add icons of + * varying dimensions in the same area without shifting surrounding content. * @summary Decorative element which supports related content * @slot - Slotted content is used as a fallback in case the icon doesn't load * @fires load - Fired when an icon is loaded and rendered