pub fn escape_table_cell(text: &str) -> String
Escape text for a markdown table cell (| becomes \|).
|
\|