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
When the language of the code block contains uppercase letters, the contents of the code block are not rendered normally.
Steps to reproduce the behavior:
\`\`\`PlantUML \`\`\`
or
\`\`\`PlantUml \`\`\`
It should work as if entering a lowercase letter.
\`\`\`plantuml \`\`\`
The text was updated successfully, but these errors were encountered:
fix: change language of code block to lowercase (fix #1004)
49d5df3
f9388b5
609e89d
chore: babel loose on destructuring, for-of, spread (fix #1004)
d303c7c
No branches or pull requests
Describe the bug
When the language of the code block contains uppercase letters, the contents of the code block are not rendered normally.
To Reproduce
Steps to reproduce the behavior:
or
Expected behavior
It should work as if entering a lowercase letter.
The text was updated successfully, but these errors were encountered: