parse_md_row

Function parse_md_row 

Source
pub fn parse_md_row(relocate: usize, txt: &str, x: upos_type) -> MDRow<'_>
Expand description

Split single row. Translate x-position to cell+cell_offset. info: returns the string before the first | and the string after the last | too!!