From 700f74cebde67e84e542699563e52f81f6891d40 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 14 Oct 2018 08:43:05 +0300 Subject: Make use of jekyll-toc's `no_toc_section` class. Requires jekyll-toc v0.8.0. --- site/_includes/callout.html | 2 +- site/_includes/example.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'site/_includes') diff --git a/site/_includes/callout.html b/site/_includes/callout.html index ff9450dc4..067e49f19 100644 --- a/site/_includes/callout.html +++ b/site/_includes/callout.html @@ -4,6 +4,6 @@ where content is a capture with the content and type is one of: info (default), danger, warning {%- endcomment -%} {%- assign css_class = include.type | default: "info" -%} -
+
{{- include.content | markdownify -}}
diff --git a/site/_includes/example.html b/site/_includes/example.html index 24d12626b..d2f8182d6 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 -%} -- cgit v1.2.3