Skip to main content

parse_dfn_element

Function parse_dfn_element 

Source
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