pub fn parse_spec(
html: &str,
spec_name: &str,
base_url: &str,
) -> Result<ParsedSpec>Expand description
Parse a complete spec HTML document into structured sections and references.
base_url is used to absolutize relative links in content markdown.