I have some site wide defaults for markup / highlighting (with Chroma), like lineNos: false.
However on some pages I would like to set on lineNos: true by default, without having to repeat it for every code block.
It doesn’t seem like it can be set in the front matter, e.g.
---
...
markup:
highlight:
lineNos: true
---
does not work, which is about expected as this is not listed as a key that could be overriden.
Setting this in the main hugo.yaml file works of course, but not in the front matter.