I’ve been following this tutorial on setting up syntax highlighting http://www.alexpeattie.com/blog/github-style-syntax-highlighting-with-pygments/ however the problem is that my app isn’t generating the anchor tags necessary for the line numbers to work.
I’ve tried this config but it doesn’t seem to help
activate :syntax,
:anchorlinenos => true
:linenos => 'inline',
:linenostart => 1
Is there any other configuration I need to do for this to work?