From a1ff79bc4ae215d111ac5716c96517daeb806c22 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 5 Jun 2019 12:02:55 +0300 Subject: Change: build and publish HTML versions of documents --- pandoc.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pandoc.sh') diff --git a/pandoc.sh b/pandoc.sh index 4485584..7372f3f 100755 --- a/pandoc.sh +++ b/pandoc.sh @@ -6,6 +6,8 @@ pandoc \ --filter ./pandoc-fable-filter \ --toc \ --number-sections \ + --standalone \ + --self-contained \ -Vdocumentclass:report \ -Vtitlepage:true \ -Vfontsize:12pt \ -- cgit v1.2.1