mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Update compiler/literate/literate_common.ml
Co-authored-by: Louis Gesbert <louis.gesbert@ocamlpro.com>
This commit is contained in:
parent
b2ca8e36aa
commit
2781485c0a
@ -73,7 +73,7 @@ let run_pandoc (s : string) (backend : Utils.Cli.backend_option) : string =
|
||||
let tmp_file_in = Filename.temp_file "catala_pandoc" "in" in
|
||||
let tmp_file_out = Filename.temp_file "catala_pandoc" "out" in
|
||||
let oc = open_out tmp_file_in in
|
||||
Printf.fprintf oc "%s" s;
|
||||
output_string oc s;
|
||||
close_out oc;
|
||||
let pandoc_args =
|
||||
[|
|
||||
|
Loading…
Reference in New Issue
Block a user