fix deprecation in 0.5: readall -> readstring

pull/55/head
Stephen Eglen 2016-11-01 10:03:48 +00:00 committed by GitHub
parent 8922124d21
commit 60ba918a7a
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)