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

Function list_item_close

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

Source from the content-addressed store, hash-verified

121
122 list_item_open() { return "\n\n<li>" },
123 list_item_close() { return "</li>" },
124
125 table_open() { return "\n\n<table>" },
126 table_close() { return "\n\n</table>" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected