JuliaDocs / DemoCards.jl

Let's focus on writing demos
MIT License
66 stars 14 forks source link

Pass options through to Literate.jl #161

Open asinghvi17 opened 4 months ago

asinghvi17 commented 4 months ago

I have some demos that I want to use DemoCards.jl to handle, but need to pass some postprocessing code to Literate.jl. I suspect this will need a small patch to allow kwargs to flow into the call to Literate.markdown. Is this something which people here would be interested in?