From 078b3b9b54a17654f5f3a3c7129a43754a82b0ce Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Fri, 6 Sep 2024 11:49:52 +0200 Subject: [PATCH] All texts must be included in a semantic tag --- site/layouts/shortcodes/design-callout-alert.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/layouts/shortcodes/design-callout-alert.html b/site/layouts/shortcodes/design-callout-alert.html index a764cdabe2..9933dbdaf4 100644 --- a/site/layouts/shortcodes/design-callout-alert.html +++ b/site/layouts/shortcodes/design-callout-alert.html @@ -7,7 +7,7 @@
{{ $level }}
-
+

{{- if eq $level "danger" -}} Incompatibility with Orange Design System. More information @@ -15,7 +15,7 @@ {{- if eq $level "info" -}} Orange Design System recommendation. {{- end -}} -

+

{{ .Inner | markdownify }}