HI everyone. So i read here https://gohugo.io/getting-started/configuration-markup/#goldmark
that i can add class to a heading. i added settings to config file
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
attribute = true
Hugo version is 0.83.1. When i check on github my markdown file, i can see for example,
heading { class=“goBack” }
But if i inspect on website there is no class at all. My colleague couldn’t make it work on his laptop locally too.
Can you help me please, what might be a problem ?