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