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

Handle delimiters starting with backticks #112

Closed
wants to merge 1 commit into from

Conversation

josebama
Copy link
Contributor

Even if delimiters start with backticks, katex shouldn't render inside code blocks or inline code.

Fixes #111

Even if delimiters start with backticks, katex shouldn't render inside
code blocks or inline code.
@SichangHe
Copy link
Collaborator

This PR does expose the problem in the code: a missing fall-through in the match expression.

@SichangHe
Copy link
Collaborator

@josebama, since you do not allow modifying your branch, I opened another branch and #113 that incorporates your changes.

Thank you for your contributions!

@SichangHe SichangHe closed this Apr 10, 2024
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.

When a delimiter starts with backtick (`), katex renders inside code blocks
2 participants