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

Function paragraph_close

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

Source from the content-addressed store, hash-verified

109
110 paragraph_open(token) { return `\n\n<p${attrs(token)}>${anchor(token)}` },
111 paragraph_close() { return "</p>" },
112
113 heading_open(token) { return `\n\n<${token.tag}${attrs(token)}>${anchor(token)}` },
114 heading_close(token) { return `</${token.tag}>` },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected