mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 13:43:11 +02:00
Remove no_toc_section
.
This commit is contained in:
@@ -62,6 +62,6 @@ cdn:
|
|||||||
toc:
|
toc:
|
||||||
min_level: 2
|
min_level: 2
|
||||||
max_level: 4
|
max_level: 4
|
||||||
no_toc_section_class:
|
no_toc_section_class:
|
||||||
|
- "bd-callout"
|
||||||
- "bd-example"
|
- "bd-example"
|
||||||
- "no_toc_section"
|
|
||||||
|
@@ -4,6 +4,6 @@
|
|||||||
and type is one of: info (default), danger, warning
|
and type is one of: info (default), danger, warning
|
||||||
{%- endcomment -%}
|
{%- endcomment -%}
|
||||||
{%- assign css_class = include.type | default: "info" -%}
|
{%- assign css_class = include.type | default: "info" -%}
|
||||||
<div class="bd-callout bd-callout-{{ css_class }} no_toc_section">
|
<div class="bd-callout bd-callout-{{ css_class }}">
|
||||||
{{- include.content | markdownify -}}
|
{{- include.content | markdownify -}}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user