pub fn identify_pat_docs(converted: &str) -> Result<TidyPatDocs, EcoString>
Expand description
Identifies the pattern documentation. For example, #let (a, b) = x
.
pub fn identify_pat_docs(converted: &str) -> Result<TidyPatDocs, EcoString>
Identifies the pattern documentation. For example, #let (a, b) = x
.