fn maybe_push_tag(
event: &BytesStart<'_>,
reader: &Reader<impl BufRead>,
tag_name: &str,
count: &mut u32,
)
Expand description
In order to know when a specific tag is closed, we need to count the opening and closing tags.
The counts
s are stored in the Dehtml
struct.