Skip to content

String "." in math becomes an mn in MathML export #8261

@mkorje

Description

@mkorje

Description

From #8258, the Typst code

$ (e^x - e^(-x)) / 2 thin "." $

produces

<math display="block">
  <mfrac>
    ...
  </mfrac>
  <mspace width="0.1667em"></mspace>
  <mn>.</mn>
</math>

Operating system

No response

Typst version

  • I am using the latest version of Typst

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghtmlRelated to HTML exportmathRelated to math category, with its syntax, layout, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions