mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Add llap and rlap
Summary: By the powers of Greyskull (and maybe css) we have vanquished the great and powerful llap! All hail! Test Plan: Add some \llap and \rlap. Make sure it's positioned correctly. Reviewers: spicyj Reviewed By: spicyj Differential Revision: http://phabricator.benalpert.com/D48
This commit is contained in:
@@ -90,6 +90,10 @@ func
|
||||
{$$ = [{type: 'color', value: {color: 'purple', value: $2}}];}
|
||||
| 'dfrac' group group
|
||||
{$$ = [{type: 'dfrac', value: {numer: $2, denom: $3}}];}
|
||||
| 'llap' group
|
||||
{$$ = [{type: 'llap', value: $2}];}
|
||||
| 'rlap' group
|
||||
{$$ = [{type: 'rlap', value: $2}];}
|
||||
;
|
||||
|
||||
atom
|
||||
|
Reference in New Issue
Block a user