The produced notebook apparently reports invalid JSON. I'm trying to find a good MWE. For now I suspect two things in a notebook. A cell with: ```julia struct Xyz s::String end ``` or ```julia macro qmd_str(s) quote Xyz(s) end end qmd""" Something """ ```