Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KaTeX/KaTeX
/ constructor
Method
constructor
src/mathMLTree.ts:154–156 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
152
text: string;
153
154
constructor(text: string) {
155
this.text = text;
156
}
157
158
/**
159
* Converts the text node into a DOM text node.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected