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

Function sub_close

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected