-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Escape math environments #136
Comments
What pipeline are you using to convert math environments? What does the text look like? Escaping the backslash with a backslash (eg. |
I'm using jekyll-commonmark-ghpages to parse my markdown files in my blog. It seems to have some small pitfalls when it encounters backslash in the markdown file. Specifically, it always eliminates the backslash in the file and doesn't care about the position and the context such as math block. For example, when I write this math block segment:
it will automatically replace the |
Try entering |
Thanks, I think it would be ok but will break the math interpretation on other markdown editors, I will try to find another way to avoid this. |
Sorry I cannot be of more help. |
It will parse the backslash '\' in$...$ or $$...$$ thus make the math parsing failed, is there any method to escape the parsing actions inside the math environments?
The text was updated successfully, but these errors were encountered: