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

Function heading_close

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

Source from the content-addressed store, hash-verified

112
113 heading_open(token) { return `\n\n<${token.tag}${attrs(token)}>${anchor(token)}` },
114 heading_close(token) { return `</${token.tag}>` },
115
116 bullet_list_open(token) { return `\n\n<ul${attrs(token)}>` },
117 bullet_list_close() { return `</ul>` },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected