mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Append ApplyFunction to math functions (#960)
* Append ApplyFunction to math functions As described at: https://www.w3.org/TR/REC-MathML/chap3_2.html#sec3.2.4 Character U+2061 is the same as ⁡. Ref: https://www.w3schools.com/charsets/ref_html_entities_a.asp * Add comment for \u2061
This commit is contained in:
@@ -27,6 +27,9 @@ exports[`A MathML builder should generate the right types of nodes 1`] = `
|
||||
<mi>
|
||||
sin
|
||||
</mi>
|
||||
<mo>
|
||||
|
||||
</mo>
|
||||
<mrow>
|
||||
<mi>
|
||||
x
|
||||
|
Reference in New Issue
Block a user