-
Notifications
You must be signed in to change notification settings - Fork 365
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
In math mode, the percent sign is not shown #1393
Comments
fgtham
pushed a commit
to fgtham/markor
that referenced
this issue
Feb 3, 2022
Flexmark would parse and corrupt the contents of KaTeX math expressions. This commit circumvents the problem by fencing the math expressions. Fixes gsantner#1389 and gsantner#1393.
gsantner
added a commit
that referenced
this issue
Feb 19, 2022
…closes #1393, by @fgtham @gsantner (PR #1576) * Fence KaTeX math expressions * Implement flexmark KaTeX extension based on / stripped down flexmark-ext-gitlab * Update markor-markdown-reference template * In addition to `$...$` and `$$...$$`, math rendering can now be enabled with `\(...\)` for inline and `\[...¸]` for display mode. Co-authored-by: Florian Tham <fgt@mailbox.org> Co-authored-by: Gregor Santner <gsantner@mailbox.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
General information
Description
Entering something simple like
$22\%$
will show 22 instead of the percent sign.The text was updated successfully, but these errors were encountered: