[Heading link example - Configure Markup | Hugo](https://gohugo.io/getting-started/configuration-markup/#heading-link-example) ``` <h{{ .Level }} id="{{ .Anchor | safeURL }}"> {{ .Text | safeHTML }} <a href="#{{ .Anchor | safeURL }}">¶</a> </h{{ .Level }}> ``` <img width="436" alt="Screen Shot 2020-10-06 at 0 07 06" src="https://user-images.githubusercontent.com/30958501/95097123-14175a00-0768-11eb-844d-4229125caea5.png"> Can we enhance the syntax highlighting of `h{{`?
Heading link example - Configure Markup | Hugo
Can we enhance the syntax highlighting of
h{{?