Skip to main content

escape_table_cell

Function escape_table_cell 

Source
pub fn escape_table_cell(text: &str) -> String
Expand description

Escape text for a markdown table cell (| becomes \|).