From 980708922e6ea3c6dcf9bf74d8a7e2f0999bbb33 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Oct 2019 21:37:21 +0300 Subject: Change: use pandoc plugin with subplot filter --- ikiwiki.setup | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ikiwiki.setup b/ikiwiki.setup index 12b38eb..6cb35a0 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -19,11 +19,14 @@ add_plugins: - highlight - format - graphviz +- pandoc disable_plugins: - smiley - rawhtml - html - tidy +- htmltidy +- htmlscubber html5: yes timeformat: '%Y-%m-%d %H:%M' exclude: 'favicon\.ico' @@ -34,3 +37,4 @@ allowrss: yes allowatom: yes rss: yes atom: yes +pandoc_filters: "sp-filter" -- cgit v1.2.1