From 0495a66c4b7953e27cb8c7ab20f8b061fed6b379 Mon Sep 17 00:00:00 2001 From: Viktor Kleen Date: Fri, 2 Jan 2015 13:48:21 +0000 Subject: Remove some webdesign --- default.html.do | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.html.do') diff --git a/default.html.do b/default.html.do index 16de1e5..c880f0b 100644 --- a/default.html.do +++ b/default.html.do @@ -8,6 +8,6 @@ pandoc -t json $2.md | build/tex-filter.hs "$(pwd)" 2>&1 >/dev/null \ done \ | xargs -d '\n' redo-ifchange -pandoc -f markdown -t json $2.md \ +pandoc -S -f markdown -t json $2.md \ | build/tex-filter.hs "$(pwd)" 2>/dev/null \ - | pandoc --template=build/template.html5 --base-header-level=3 --standalone -S --email-obfuscation=none -f json -t html5 -c $CSS >$3 2>/dev/null + | pandoc --template=build/template.html5 --base-header-level=3 --standalone --email-obfuscation=none -f json -t html5 -c $CSS >$3 2>/dev/null -- cgit v1.2.3