MCPcopy Index your code
hub / github.com/marijnh/Eloquent-JavaScript / paragraph_open

Function paragraph_open

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

Source from the content-addressed store, hash-verified

108 },
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)}` },

Callers

nothing calls this directly

Calls 2

attrsFunction · 0.85
anchorFunction · 0.85

Tested by

no test coverage detected