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
The highlight.js seems unable to recognize python3, and will not highlight the code fences.
highlight.js
Execute Show Top Voted Solution on any problem with language python3, then we'll get
Show Top Voted Solution
Alter Solution.lang: python3 to python when passed to highlight.js.
Solution.lang: python3
python
The text was updated successfully, but these errors were encountered:
@Vigilans I think this should be fixed in #224, right?
Sorry, something went wrong.
@jdneo Yes, I have tested it.
Vigilans
No branches or pull requests
🐛 Bug Report
The
highlight.js
seems unable to recognize python3, and will not highlight the code fences.To Reproduce
Execute

Show Top Voted Solution
on any problem with language python3, then we'll getExpected behavior
Alter
Solution.lang: python3
topython
when passed tohighlight.js
.The text was updated successfully, but these errors were encountered: