From d807725423a202905e4b342c929b6c354f0be403 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 31 Aug 2012 15:27:21 +0200 Subject: Link to external stylesheet. --- report/mkmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report/mkmd.sh') 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" -- cgit v1.2.3