I am experimenting with using Literate.jl for a tutorial and I would like to produce HTML from the Markdown file produced by Literate.markdown
, preferably without going through Documenter.jl
Can someone suggest a pipeline to do this?
I am experimenting with using Literate.jl for a tutorial and I would like to produce HTML from the Markdown file produced by Literate.markdown
, preferably without going through Documenter.jl
Can someone suggest a pipeline to do this?
A pure Julia solution or is using e.g. pandoc
allowed?
I would prefer a pure Julia solution, partly because of the Julia Markdown convention of delimiting LaTeX-coding blocks with the math
tag. If that is to be used in the Documenter workflow I would also like to use it in the Literate → HTML workflow.
Can you share a minimal file with the features you plan on using?
Much too late, but https://github.com/MichaelHatherly/CommonMark.jl looks interesting.