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

Function html_block

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

Source from the content-addressed store, hash-verified

132 td_close() { return "</td>" },
133
134 html_block(token) { return token.content },
135
136 code_inline(token) { return `<code>${maybeSplitInlineCode(escape(token.content))}</code>` },
137

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected