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

Function bullet_list_close

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

Source from the content-addressed store, hash-verified

125
126 bullet_list_open() { return `\n\n\\begin{itemize}` },
127 bullet_list_close() { return `\n\\end{itemize}` },
128
129 ordered_list_open() { return `\n\n\\begin{enumerate}` },
130 ordered_list_close() { return `\n\\end{enumerate}` },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected