fredrikekre / Literate.jl

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

Literate.markdown: fix output directory for images #229

Closed fredrikekre closed 10 months ago

fredrikekre commented 10 months ago

This patch fixes a bug where Literate.markdown with execute=true would (try to) output images in the wrong directory. This only occured when passing a relative output directory. Fixes https://github.com/fredrikekre/Literate.jl/issues/228.