diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-08-31 15:27:21 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2012-08-31 15:27:21 +0200 |
commit | d807725423a202905e4b342c929b6c354f0be403 (patch) | |
tree | 4ffeaf0d286b5bafeb5a74bd55190eb00524ca23 | |
parent | 4d3abe74035d7d3c2c5d6927cc0cbb9032486b30 (diff) |
Link to external stylesheet.
-rwxr-xr-x | report/mkmd.sh | 2 |
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" |