diff --git a/src/Literate.jl b/src/Literate.jl index 70a54e5..6bb15a7 100644 --- a/src/Literate.jl +++ b/src/Literate.jl @@ -440,7 +440,7 @@ function markdown(inputfile, outputdir=pwd(); config::Dict=Dict(), kwargs...) iocode = IOBuffer() codefence = config["codefence"]::Pair write(iocode, codefence.first) - # make sure the code block is finalized if we are printing to ```@example + # make sure the code block is finalized if we are printing to ```@example # (or ````@example, any number of backticks >= 3 works) if chunk.continued && startswith(codefence.first, r"`{3,}@example") && config["documenter"]::Bool write(iocode, "; continued = true")