pub fn extract_inline_toc(html: &str) -> Vec<HtmlTocEntry>Expand description
Extract an inline (h2/h3 only) table of contents from rendered HTML.
pub fn extract_inline_toc(html: &str) -> Vec<HtmlTocEntry>Extract an inline (h2/h3 only) table of contents from rendered HTML.