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
What happened:
Was scrolling through dev and noticed no highlighting in the code blocks. Noticed it's also in prod.
What should have happened: The syntax highlighter we use is https://highlightjs.org/ and the code should be the github highlight theme
How to reproduce it (as precise as possible): look at the code blocks on dev / prod
Anything else we need to know?: Here is a picture
And another
Environment:
The text was updated successfully, but these errors were encountered:
I'll work on this.
Sorry, something went wrong.
@smilegodly All yours, thank you!
I screwed it up in this PR when I removed import 'highlight.js/styles/github.css';
import 'highlight.js/styles/github.css';
4b12973
smilegodly
No branches or pull requests
What happened:
Was scrolling through dev and noticed no highlighting in the code blocks. Noticed it's also in prod.
What should have happened:
The syntax highlighter we use is https://highlightjs.org/ and the code should be the github highlight theme
How to reproduce it (as precise as possible):
look at the code blocks on dev / prod
Anything else we need to know?:
Here is a picture
And another
Environment:
The text was updated successfully, but these errors were encountered: