Leftright does not use buildGroup
See original GitHub issueAs far as I see, commands in delimsizing.js does not utilize buildGroup and build HTML with own functions from delimiter.js. I believe this prevents clean implementation of #835, creates bugs in PRs like #1698, and eventually breaks #809. Handlers unwrapping child delimiter are a part of the problem too (I mean delim: delim.text instead of delim: delim + further buildGroup(delim)).
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
BuildGroup - Permanent Capital Investors
BuildGroup is the first operator-led, permanent capital investment company. Our mission is simple: build high-performing SaaS businesses by building ...
Read more >Issues with my new Bellisaria Home. - Linden Homes - Second Life ...
3 - Tracy and Melanie cannot operate their body parts and outfits huds when in my house. For example, their genital huds simply...
Read more >Build group trust with these 3 tactics - HPRC-online.org
Group trust is a belief among members that they can be honest, take risks, be themselves, and be supported by the rest of...
Read more >Further Fabrication Laser Build Group | what should I use to ...
Hey people, anyone have a better solution for the Y axis tensioner. Not really enough room in the original one for the belt,...
Read more >Is America addicted to conspiracy theories? - Deseret News
“They don't think in the left-right dimension,” is how Smallpage puts it ... and Republicans use conspiracy notions to build group identity, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This issue seems to be super specific to one use-case.
Sorry I wasn’t specific enought and obfuscated the problem. Yes, inner expression is fine, but the problem is left and right delimiters themselves:
\\leftand\\rightboth havedelimwhich is normal tree node but it is being “unwrapped” (leftright handler returns only the symbol instead of the whole node) and htmlBuilder usesdelimiter.leftRightDelimwhich (I believe) does not call buildGroup (because it has no group at all due to unwrapping).So, the one who wants to attach some data to
\\left(or\\right)is unable to do so because data from nodes for(or)is not used.