lex

Function lex 

Source
pub fn lex<'a>(source: &'a str, ignore: &[char]) -> Vec<Token<'a>>
Expand description

Convert source markdown to an ordered vector of tokens