pub(crate) fn inject_anchors(html: &str, lines: &[usize]) -> StringExpand description
Insert data-afm-source-line="N" into the first opening tag at
each top-level block boundary. Tags considered top-level are
<p>, <h1..h6>, <ul>, <ol>, <blockquote>, <pre>,
<table>, <hr>, <div> (containers).