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

Function em_open

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected