/// Types of links that HtmlRenderer collects while rendering #[derive(Debug, Copy, Clone, PartialEq, Eq)] pub enum LinkType { /// Ordinary HTML `...` link Href, /// HTML `` Img, /// HTML `` Embed, /// HTML `