mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-14 15:28:40 +00:00
Fix \fbox (#1550)
* Fix \fbox * Fix lint errors * Change negative space test from \fbox to \boxed
This commit is contained in:
@@ -225,7 +225,7 @@ ModSpacing: |
|
||||
\end{array}
|
||||
NegativeSpaceBetweenRel: A =\!= B
|
||||
NegativeSpace:
|
||||
tex: \fbox{\$1,\!000,\!000}\KaTeX
|
||||
tex: \boxed{\$1,\!000,\!000}\KaTeX
|
||||
post: .
|
||||
NestedFractions: |
|
||||
\dfrac{\frac{a}{b}}{\frac{c}{d}}\dfrac{\dfrac{a}{b}}
|
||||
|
Reference in New Issue
Block a user