Hey everyone!
I am trying to enable the abbreviations extension of the PHP Markdown Extra pack included in the Goldmark parser, but I have not been able to. I don’t know whether it’s a syntax problem, or whether it’s just not included in Hugo (disabled or not).
My config/_default/markup.toml
file:
[goldmark]
[goldmark.extensions.extras.abbr]
enable = true
What am I missing? Is this possible? Thanks in advance.