summaryrefslogtreecommitdiff
path: root/report/mkmd.sh
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-08-31 15:27:21 +0200
committerJonas Smedegaard <dr@jones.dk>2012-08-31 15:27:21 +0200
commitd807725423a202905e4b342c929b6c354f0be403 (patch)
tree4ffeaf0d286b5bafeb5a74bd55190eb00524ca23 /report/mkmd.sh
parent4d3abe74035d7d3c2c5d6927cc0cbb9032486b30 (diff)
Link to external stylesheet.
Diffstat (limited to 'report/mkmd.sh')
-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"