We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b07e451 + 0fe8f60 commit 43bb7d9Copy full SHA for 43bb7d9
1 file changed
ts/input/mathml/mml3/mml3.ts
@@ -683,12 +683,12 @@ Mml3.XSLT = `
683
<xsl:copy-of select="*[2]"/>
684
</m:msrow>
685
</xsl:when>
686
- <xsl:when test="@longdivstyle='left/\right'">
+ <xsl:when test="@longdivstyle='left/\\right'">
687
<m:msrow>
688
<m:mrow><xsl:copy-of select="*[1]"/></m:mrow>
689
<m:mo>/</m:mo>
690
<xsl:copy-of select="*[3]"/>
691
- <m:mo>\</m:mo>
+ <m:mo>\\</m:mo>
692
693
694
0 commit comments