rikhuijzer / PlutoStaticHTML.jl

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

Avoid `startswith(Nothing, ...)` error #166

Closed rikhuijzer closed 1 year ago

rikhuijzer commented 1 year ago

This PR fixes a bug which occurs in some cases. Probably when one of the Pluto cells is empty.

(Sometimes I wish for a powerful type checker because this bug could have been avoided.)