SwiftMath
SwiftMath copied to clipboard
"phi" is rendered as plain text instead of φ
When using MathView, the string "phi" is displayed literally instead of being converted into the Greek letter φ.
eg code MathView(equation: "( phi(x, y, z) )")
Actual Result ( phi(x, y, z) )
Expected Result ( φ(x, y, z) )