Skip to content

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

Open
@danielcs88

Description

@danielcs88

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions