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

Function strong_open

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

Source from the content-addressed store, hash-verified

136 code_inline(token) { return `<code>${maybeSplitInlineCode(escape(token.content))}</code>` },
137
138 strong_open() { return "<strong>" },
139 strong_close() { return "</strong>" },
140
141 em_open() { return "<em>" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected