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

Function sub_open

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

Source from the content-addressed store, hash-verified

142 em_close() { return "</em>" },
143
144 sub_open() { return "<sub>" },
145 sub_close() { return "</sub>" },
146
147 sup_open() { return "<sup>" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected