We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
+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
Sorry, something went wrong.
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
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: