From 807e8fe4a2d955503425ec6f20fa000228089453 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 21 Oct 2018 23:00:56 +0300 Subject: [PATCH] Further ToC fixes. --- _config.yml | 1 + site/_includes/example.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e073dce9b9..c2d654cd2b 100644 --- a/_config.yml +++ b/_config.yml @@ -62,3 +62,4 @@ cdn: toc: min_level: 2 max_level: 4 + no_toc_section_class: "bd-example" diff --git a/site/_includes/example.html b/site/_includes/example.html index d2f8182d68..24d12626b6 100644 --- a/site/_includes/example.html +++ b/site/_includes/example.html @@ -11,7 +11,7 @@ optional: hide_markup - disabled (default) {%- assign preview_class = include.class -%} {%- if include.hide_preview == null -%} - + {{- include.content -}} {%- endif -%}