rikhuijzer / PlutoStaticHTML.jl

Convert Pluto notebooks to HTML in automated workflows
https://PlutoStaticHTML.huijzer.xyz
MIT License
83 stars 7 forks source link

Fix Markdown code loading again #126

Closed rikhuijzer closed 2 years ago

rikhuijzer commented 2 years ago

Fixes #125 for when use_distributed=true. The fix loads the symbol from Base.loaded_modules which obviously shouldn't be done. However, this is because eval(:(using Markdown)) fails in the distributed worker. A better and "final" solution will be #85 (which I know how to do on paper thanks to a discussion with Fons, I just need to find a few hours of focus time to dive into it)