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

Function ordered_list_close

src/render_latex.mjs:130–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128
129 ordered_list_open() { return `\n\n\\begin{enumerate}` },
130 ordered_list_close() { return `\n\\end{enumerate}` },
131
132 list_item_open() { return `\n\\item ` },
133 list_item_close() { return "" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected