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

Function bullet_list_close

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

Source from the content-addressed store, hash-verified

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)}>` },
120 ordered_list_close() { return `\n\n</ol>` },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected