Call to pandoc uses -c to include css template

pull/42/head
Giuseppe Ragusa 2016-05-02 23:33:56 +02:00
parent 1834b93cb3
commit 6ab484848d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function pandoc2html(formatted::AbstractString, doc::WeaveDoc, outname::Abstract
try
pandoc_out, pandoc_in, proc = readandwrite(`pandoc -R -s --mathjax="" --self-contained --highlight-style=tango
--template $html_template --include-in-header=$css_template
--template $html_template -c $css_template
-V wversion=$wversion -V wtime=$wtime -V wsource=$wsource
-o $outname`)
println(pandoc_in, formatted)