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

Function tbody_open

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

Source from the content-addressed store, hash-verified

135 table_open() { return `\n\n\\noindent\\begin{tabular}{ll}` },
136 table_close() { return `\n\\end{tabular}` },
137 tbody_open() { return "" },
138 tbody_close() { return "" },
139 tr_open() { return "" },
140 tr_close() { return "\n\\tabularnewline" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected