I am following this tutorial: http://www.alexpeattie.com/blog/github-style-syntax-highlighting-with-pygments/
And line numbering isn’t working properly with me. Furthermore, when I add the .highlight css tag, I get a yellow background in my code blocks, and so I removed it.
Any ideas how I can get line numbering to work? I pasted the CSS in my stylesheets/style.css. I tried with different browsers and it’s not working. It appears that syntax highlighting is not working properly. When creating a new blog post with:
def my_cool_method(message)
puts message
end
It shows as follows:
def my_cool_method(message)
puts message
end
(wrong indentation and no colouring/highlighting). I’d appreciate