mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
extract sizing and styling implicit functions (#1116)
* extract sizing and styling implicit functions * add BreakToken type
This commit is contained in:
@@ -26,6 +26,7 @@ exports[`An implicit group parser within optional groups should work style comma
|
||||
"type": "styling",
|
||||
"mode": "math",
|
||||
"value": {
|
||||
"type": "styling",
|
||||
"style": "text",
|
||||
"value": [
|
||||
{
|
||||
@@ -113,6 +114,7 @@ exports[`An implicit group parser within optional groups should work with sizing
|
||||
"type": "sizing",
|
||||
"mode": "math",
|
||||
"value": {
|
||||
"type": "sizing",
|
||||
"size": 5,
|
||||
"value": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user