summaryrefslogtreecommitdiff
path: root/pandoc.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-05 12:02:55 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-05 12:02:55 +0300
commita1ff79bc4ae215d111ac5716c96517daeb806c22 (patch)
treecd0dff837ba86fa9893dc2cac95789cfc115c12b /pandoc.sh
parent41ceb40315cc2dbc20bd2cb3fc05f4041b6cbb18 (diff)
downloadfable-poc-a1ff79bc4ae215d111ac5716c96517daeb806c22.tar.gz
Change: build and publish HTML versions of documents
Diffstat (limited to 'pandoc.sh')
-rwxr-xr-xpandoc.sh2
1 files changed, 2 insertions, 0 deletions
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 \