mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 04:08:43 +00:00
refactor: Delete obsolete comment re: mn elements (#2472)
This commit is contained in:
@@ -47,8 +47,6 @@ defineFunctionBuilders({
|
||||
if (group.mode === 'text') {
|
||||
node = new mathMLTree.MathNode("mtext", [text]);
|
||||
} else if (/[0-9]/.test(group.text)) {
|
||||
// TODO(kevinb) merge adjacent <mn> nodes
|
||||
// do it as a post processing step
|
||||
node = new mathMLTree.MathNode("mn", [text]);
|
||||
} else if (group.text === "\\prime") {
|
||||
node = new mathMLTree.MathNode("mo", [text]);
|
||||
|
Reference in New Issue
Block a user