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

Function table_open

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

Source from the content-addressed store, hash-verified

133 list_item_close() { return "" },
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 "" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected