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

Function ordered_list_close

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

Source from the content-addressed store, hash-verified

118
119 ordered_list_open(token) { return `\n\n<ol${attrs(token)}>` },
120 ordered_list_close() { return `\n\n</ol>` },
121
122 list_item_open() { return "\n\n<li>" },
123 list_item_close() { return "</li>" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected