From 6b2974f78e24429c97cb83f277c24c1051ac2b30 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Oct 2019 21:23:18 +0300 Subject: Change: use ikiwiki pandoc filter with subplot --- ikiwiki.setup | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 8757eba..a7f87fd 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -8,7 +8,6 @@ add_plugins: - goodstuff - inline - attachment -- remove - rename - tag - orphans @@ -18,12 +17,17 @@ add_plugins: - toc - highlight - format -- graphviz +- pandoc disable_plugins: - smiley - rawhtml - html - tidy +- tidy +- htmltidy +- htmlscrubber +- remove +- graphviz html5: yes timeformat: '%Y-%m-%d %H:%M' exclude: 'favicon\.ico' @@ -34,3 +38,4 @@ allowrss: yes allowatom: yes rss: yes atom: yes +pandoc_filters: "sp-filter" -- cgit v1.2.1