Hi all, I recently pushed my static site to github through github actions, and with the latest
version 0.126.1, the build didn’t get through, while with 0.125
locally, the site got built without issue.
The error I got:
Error: error building site: assemble: failed to resolve media type for "mmark"
After upgrading my local Hugo to 0.126.1, the same error popped up too, I’d suspect it’s a incompatibility of hugo-blox to the new hugo-version. Wonder if anyone else running into the same errors? All mmark
related posts I found here seem pretty outdated, my config associated with mmark
look like below:
markup:
goldmark:
renderer:
unsafe: true
_merge: deep