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

Function td_close

src/render_latex.mjs:142–142  ·  view source on GitHub ↗
(_, i, tokens)

Source from the content-addressed store, hash-verified

140 tr_close() { return "\n\\tabularnewline" },
141 td_open() { return "\n" },
142 td_close(_, i, tokens) { return tokens[i + 1] && tokens[i + 1].type == "td_open" ? " &" : "" },
143
144 code_inline(token) {
145 if (noStarch)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected