pub fn parse_dfn_element(
element: &ElementRef<'_>,
converter: &HtmlToMarkdown,
) -> Result<Option<ParsedSection>>Expand description
Parse a single dfn element into a ParsedSection Determines whether it’s a Definition, Algorithm, or IDL based on context