class UnhyphenatedNode
- supers: Node
Example:
assert.node_type("unhyphenated", nil, {
id = "unhyphenated (45)",
fields = { "prev (-1)", "next (0)", "id (1)", "subtype (2)" },
})
Reference:
- Corresponding C source code: texnodes.c#L484
😱 Types incomplete or incorrect? 🙏 Please contribute!