fredrikekre / Literate.jl

Simple package for literate programming in Julia
https://fredrikekre.github.io/Literate.jl
Other
534 stars 61 forks source link

Add CarpentriesFlavor #220

Open BeastyBlacksmith opened 1 year ago

BeastyBlacksmith commented 1 year ago

This PR introduces the CarpentriesFlavor to create markdown output that can be used in the carpentries workbench by transfoming admonitions into pandoc-style fenced divs. Special casing yaml admonitions to produce the YAML header.

If that is an acceptable extension I would bother to write documentation and tests.