mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Make {} turn things into ords
Auditors: spicyj
This commit is contained in:
@@ -36,7 +36,7 @@ group
|
||||
: atom
|
||||
{$$ = $1;}
|
||||
| '{' ex '}'
|
||||
{$$ = $2;}
|
||||
{$$ = [{type: 'ordgroup', value: $2}];}
|
||||
| func
|
||||
{$$ = $1;}
|
||||
;
|
||||
|
Reference in New Issue
Block a user