Open Zir0-93 opened 8 years ago
+1
@Zir0-93 Did you find any solution?
@hmfaysal Any updates?
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
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?