You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is opiniated because I haven’t given much thought to the drawbacks yet:
In the forums we have seen many questions about Hugo 0.60.n omitting HTML in markdown files. The reason for this is clear and well documented.
As HTML blocks are allowed both in Markdown and CommonMark I personally think it would be better to use unsafe: true as the default. Otherwise the default behaviour feels kind of non-compliant with CommonMark.