Merge pull request #55 from sje30/patch-1

fix deprecation in 0.5: readall -> readstring
pull/66/head
Matti Pastell 2016-11-01 12:08:01 +02:00 committed by GitHub
commit 3bf251bc0d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function pandoc2html(formatted::AbstractString, doc::WeaveDoc, outname::Abstract
println(pandoc_in, formatted)
close(pandoc_in)
proc_output = readall(pandoc_out)
proc_output = readstring(pandoc_out)
cd(old_wd)
catch e
cd(old_wd)