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