summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xreport/mkmd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/report/mkmd.sh b/report/mkmd.sh
index 39ec83d..63544a7 100755
--- a/report/mkmd.sh
+++ b/report/mkmd.sh
@@ -15,4 +15,4 @@ outfile="${2:-$(basename "$infile" .html).md}"
perl ./normalize-html.pl tmp.html \
|pandoc --normalize --no-wrap --parse-raw -f html -t markdown -o "$stem.md"
-pandoc --standalone --toc -f markdown -t html5 -i "$stem.md" -o "$stem.html"
+pandoc --standalone --toc --css=styling.css -f markdown -t html5 -i "$stem.md" -o "$stem.html"