So I have an index that gets generated; by the time it reaches Prince it looks like this:
The problem is that all of those are on the same page, so we get:
which is pretty unfortunate. Any ideas for how I could fix that? Hell, can I regex it out of the final PDF?
<dt>girls' school</dt>
<dd>
<dl>
<dt>little: <a class="indexterm" href="#idm217009053168">Three-part tanru grouping with
bo</a>, <a class="indexterm" href="#idm217009048368">Three-part tanru grouping with
bo</a>, <a class="indexterm" href="#idm217009044128">Three-part tanru grouping with
bo</a></dt>
</dl>
</dd>
The problem is that all of those are on the same page, so we get:
girls' school:
little: 18, 18, 18
which is pretty unfortunate. Any ideas for how I could fix that? Hell, can I regex it out of the final PDF?