Skip to content
New issue

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

Fix escaping in code blocks #554

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Fix escaping in code blocks #554

merged 1 commit into from
Sep 18, 2024

Conversation

davepagurek
Copy link
Collaborator

Resolves #447

This prevents code blocks (as opposed to inline blocks) from double-escaping their special characters, causing what used to render as an &lt; to render as a <.

image

@Qianqianye Qianqianye merged commit ccad5b8 into main Sep 18, 2024
4 checks passed
@Qianqianye Qianqianye deleted the fix/escaping branch September 18, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some symbols in code blocks in the reference (the description, not the examples) are msitakenly HTML-escaped
2 participants