Transform Markdown file from Literate.jl to HTML

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?

1 Like

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?

https://github.com/crsl4/julia-workshop/blob/main/notebooks/SimSLR.jl

Much too late, but https://github.com/MichaelHatherly/CommonMark.jl looks interesting.