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

Function table_close

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

Source from the content-addressed store, hash-verified

134
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 "" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected