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

Wrong MathML structure for factorials #2183

Closed
kubaPod opened this issue Nov 24, 2023 · 0 comments
Closed

Wrong MathML structure for factorials #2183

kubaPod opened this issue Nov 24, 2023 · 0 comments
Assignees
Labels

Comments

@kubaPod
Copy link

kubaPod commented Nov 24, 2023

Description

n! is converted to MathML contains invisibleTimes character and wraps ! with <mi> instead of <mo>

Steps to Reproduce

MathLive.convertLatexToMathMl("n!")
<mrow>
  <mi>n</mi>
  <mo>&#8290;</mo>
  <mi>!</mi>
</mrow>

Expected Behavior

<mrow>
  <mi>n</mi>
  <mo>!</mo>
</mrow>

Environment

MathLive version 0.97.2

Operating System Windows 10

Browser Chrome

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