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

Function em_close

src/render_html.mjs:142–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140
141 em_open() { return "<em>" },
142 em_close() { return "</em>" },
143
144 sub_open() { return "<sub>" },
145 sub_close() { return "</sub>" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected