mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
Make ParseNodeTypes more regular (#1373)
Make ParseNodeTypes more regular: make 'size' and 'url' node values be objects.
This commit is contained in:
committed by
Ashish Myles
parent
659b4e30c8
commit
3ec752f5f1
@@ -1803,6 +1803,7 @@ describe("A parse tree generator", function() {
|
||||
{
|
||||
"type": "supsub",
|
||||
"value": {
|
||||
"type": "supsub",
|
||||
"base": {
|
||||
"type": "mathord",
|
||||
"value": "\\sigma",
|
||||
|
Reference in New Issue
Block a user