parse_tag

Function parse_tag 

Source
pub fn parse_tag(input: &str) -> IResult<&str, Arc<str>>
Expand description

Parse an angle-bracket tag: <...>.

Returns the inner content with escapes resolved.