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

Function ordered_list_open

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

Source from the content-addressed store, hash-verified

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>` },
121
122 list_item_open() { return "\n\n<li>" },

Callers

nothing calls this directly

Calls 1

attrsFunction · 0.85

Tested by

no test coverage detected