From 083aa96e575554518dee32d03f579ad6cac26722 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Mon, 10 Dec 2018 14:25:44 +0100 Subject: TOC for Markdown should now work for both Pandoc < 2.0 and >= 2.0 The use of $toc$ and $table-of-contents$ flags changed, see: https://pandoc.org/releases.html#pandoc-2.0-29-oct-2017 under "Behaviour changes" --- bin/template.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bin/template.html') diff --git a/bin/template.html b/bin/template.html index e3d570ee4..881f3f2e3 100644 --- a/bin/template.html +++ b/bin/template.html @@ -54,7 +54,13 @@ $endif$ $endif$ $if(toc)$ $endif$ $body$ -- cgit v1.2.3