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

Function bullet_list_open

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

Source from the content-addressed store, hash-verified

124 },
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}` },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected