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

[mathjax] Markdown Quote Symbol (>) being rendered with MathJax blocks #172

Open
danielcs88 opened this issue Jan 29, 2022 · 1 comment
Open
Labels

Comments

@danielcs88
Copy link

Quote Markdown characters are being rendered inside MathJax, specifically the Quote (>) symbols.

Usually, I type homework assignments either in Typora or Visual Studio Code, and for answers, I usually wrap them in Quote paragraphs.

For example,

  1. What is the quadratic formula?

    $$ x={\frac {-b\pm {\sqrt {b^{2}-4ac}}}{2a}} $$

However, when opening this file on Chrome, it will render like this:

image

Instead of,

image

I know you mentioned in the README,

The following rules apply to your content when mathjax is enabled:

Regular dollar sign $ in text that is not part of a math formula should be escaped: $
Regular markdown escaping for parentheses: ( and ), and brackets: [ and ] is not supported. MathJax will convert anything between these delimiters to math formulas, unless they are wrapped in backticks: \( or fenced code blocks.


However, is there a possibility to include the Quote Symbol (>) as an exception since it is a Paragraph tool in Markdown?

Thanks!

@simov simov added the feature label Jan 31, 2022
@simov
Copy link
Owner

simov commented Jan 31, 2022

Thanks for the thorough explanation, seems like something that maybe needs fixing in here.

@simov simov added mathjax and removed feature labels Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants