Hello,
I’m trying to see if I can use inline code with syntax highlight with gohugo. So I tried to use these two syntax:
`a = "abc"+"def"`{:.python}
and
`a = "abc"+"def"`{.python}
which seems to be used by Jekyll and Pandoc.
However, this does not work on gohugo (using the theme ananke
), while the not-inlined version does work.
Thanks.