Skip to content

When there is nthRoot in the argument of nthRoot, it becomes a SymbolNode. #2654

Answered by josdejong
fed-gren asked this question in Q&A
Discussion options

You must be logged in to vote

You're having for example node.args[1] when creating your string, which will simply call the default .toString() on your arguments. That should be node.args[1].toString(options), passing your customHtml handler via the options to nested arguments.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by josdejong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2145 on August 17, 2022 08:44.