Skip to main content

parse_inline_str

Function parse_inline_str 

Source
pub fn parse_inline_str(s: &str) -> Vec<Node>
Expand description

Lex s and run the inline parser. Used by table cells, which receive raw cell strings rather than pre-tokenised inline content.