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
Create a new post using the Block Editor.
Paste the following text into the Block Editor:
### Some markdown ```python call_function() if some_condition: do_something() ```
Notice that the Python code has been converted into a SyntaxHighlighter Code block, but its language has not been set to python.
python
See the original report here, but note that it doesn't not appear to depend on Jetpack.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
To reproduce:
Create a new post using the Block Editor.
Paste the following text into the Block Editor:
Notice that the Python code has been converted into a SyntaxHighlighter Code block, but its language has not been set to
python
.See the original report here, but note that it doesn't not appear to depend on Jetpack.
The text was updated successfully, but these errors were encountered: