Hi all,
Is it my Pygments issue, or the example in page http://gohugo.io/extras/highlighting/
is not working?
If somebody else could try on their Hugo as well:
{{< highlight go "linenos=inline,hl_lines=2 3" >}}
var a string
var b string
var c string
var d string
{{< / highlight >}}
Can you get the lines 2 & 3 highlighting?
cheers,
Roy