diff --git a/_config.yml b/_config.yml index 335840ee40..25f1135cef 100644 --- a/_config.yml +++ b/_config.yml @@ -62,6 +62,6 @@ cdn: toc: min_level: 2 max_level: 4 - no_toc_section_class: + no_toc_section_class: + - "bd-callout" - "bd-example" - - "no_toc_section" diff --git a/site/_includes/callout.html b/site/_includes/callout.html index 2b446b0abc..434d10e1e9 100644 --- a/site/_includes/callout.html +++ b/site/_includes/callout.html @@ -4,6 +4,6 @@ and type is one of: info (default), danger, warning {%- endcomment -%} {%- assign css_class = include.type | default: "info" -%} -
+
{{- include.content | markdownify -}}