pub fn parse_attribute_content(content: &str) -> Option<AttributeBlock>Expand description
Parse the content inside the attribute braces into owned strings. Thin
wrapper over [attribute_content_spans] so detection and emission share one
walk.
pub fn parse_attribute_content(content: &str) -> Option<AttributeBlock>Parse the content inside the attribute braces into owned strings. Thin
wrapper over [attribute_content_spans] so detection and emission share one
walk.