Vijay Ivaturi
Vijay Ivaturi
you can already include table of contents by passing in `pandoc_options=[]` where you can pick most options from https://pandoc.org/MANUAL.html#options I think ```julia weave("./test.jmd", doctype="pandoc2html", pandoc_options = ["--toc", "--toc-depth= 3", "--number-sections",...
@pfitzseb can your PR here https://github.com/JuliaDocs/Documenter.jl/pull/1748 somehow be implemented to tackle this issue too?
in the interactive mode in a `jmd` file, it will produce an external window where the ggplot2 is rendered. But when you `weave` the document, it does not render.
yes, we will add a section for handling missings
I'm not sure what the correct solution here would be. Maybe we document the use of tuple in such cases, which is essentially equivalent to writing the syntax with the...