pub fn token_from_string<'a>(content: &'a str, tags: Vec<&'a str>) -> Token<'a>
Consolidates a single string slice and a vector of tags into one token. Mostly used for debugging.