How to make a line break and empty line in Literate.jl?

When you say “methods used in typical Markdown”, do you mean something like double space (https://discourse.julialang.org/t/line-breaks-in-markdown/17473)? Literate.jl just leaves the Markdown alone and any parsing and processing is done by the consumer (e.g. Documenter or other things).

1 Like