|
|
|
|
@ -440,7 +440,7 @@ function markdown(inputfile, outputdir=pwd(); config::Dict=Dict(), kwargs...)
@@ -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") |
|
|
|
|
|