Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
attrs
Function · 0.85
anchor
Function · 0.85
Tested by
no test coverage detected