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

Function bullet_list_open

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

Source from the content-addressed store, hash-verified

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>` },
118
119 ordered_list_open(token) { return `\n\n<ol${attrs(token)}>` },

Callers

nothing calls this directly

Calls 1

attrsFunction · 0.85

Tested by

no test coverage detected