Notepad
Notepad copied to clipboard
Code Highlighting does not work
Hello,
It seems the pygments or rouge highlighter is not working when I need to syntax color code using this theme. Is there any way to fix this?
+1
@Zir0-93 Did you find any solution?
@hmfaysal Any updates?
Choosing language while highlighting
Always gets rendered like this no matter what
Here's the HTML code being rendered.
Here's the CSS being rendered.
If it helps, here's my blog repo : https://github.com/saurabhshri/saurabhshri.github.io
No solution found yet, started using a different theme for the time being.
@Zir0-93 Try
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
and remove everything else related to highlighter like coderay.
I tried numerous things yesterday and finally got it to work. I think this should do it :)
PS : Here's my config file in case you want to see it yourself : https://github.com/saurabhshri/saurabhshri.github.io/blob/master/_config.yml