Skip to content

Commit

Permalink
writing is false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vanilla-extracts committed Mar 22, 2022
1 parent 234e273 commit da64210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser.ml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let commands = Hashtbl.create 1;;

let parse_to_html ?(min_chap=1) ast=
let count = [|1;1;1;1|] in
let rec aux ?(write=true) acc ast =
let rec aux ?(write=false) acc ast =
match ast with
| [] -> acc
| Nul::q -> aux acc q
Expand Down

0 comments on commit da64210

Please sign in to comment.