Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ sub_open
Function
sub_open
src/render_latex.mjs:159–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
em_close() {
return
"}"
},
158
159
sub_open() {
return
"\\textsubscript{"
},
160
sub_close() {
return
"}"
},
161
162
sup_open() {
return
"\\textsuperscript{"
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected