rikhuijzer / PlutoStaticHTML.jl

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

Handle cell metadata #152

Closed rikhuijzer closed 1 year ago

rikhuijzer commented 1 year ago

Hide code blocks when cell.code_folded and hide code blocks and output when cell.metadata["disabled"]. Without these changes, having a disabled cell would actually throw an error.