Improved verbose Hugo errors. We now try to summarize them down to something that makes sense.
@news I see a lot of errors from Hugo 0.158 about unsafe HTML showing up in the post. Maybe we could turn those warnings off? Seems a little noisy to me.
@lmika It’s the “Raw HTML omitted” error, right? I’d be good with adding that to the default config to ignore. Or maybe show in the logs but never bubble up as a “real” error.
@lmika I think this is a bug when Micro.blog runs a backup archive. I’m fixing it in the config. Thanks!
@manton Ah okay. Yes, I think it’s the “raw HTML omitted” one, or whatever the associated error message is from that version of Hugo. I can’t reproduce it now to show you a screenshot (usually it’s reproducible after performing a full rebuild) but I believe it’s the one associated with the Goldmark markdown parser. Thanks for looking at it.