MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript / em_close

Function em_close

src/render_latex.mjs:157–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155
156 em_open() { return "\\emph{" },
157 em_close() { return "}" },
158
159 sub_open() { return "\\textsubscript{" },
160 sub_close() { return "}" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected