Function: cell()
ts
function cell(text): string;Defined in: emitters/markdown/src/render.ts:64
A GFM table-cell-safe rendering of prose (escape pipes + Vue-unsafe chars; empty → em dash).
Parameters
text
string | undefined
Returns
string