Closed MeanderingProgrammer closed 7 months ago
Problem outlined in: https://github.com/kdheepak/panvimdoc/issues/62
Link header is added to toc table, however this happens after the ToC is rendered so it is effectively ignored.
toc
Change rendering order so links are added before the ToC.
Updated a unit test case to catch this.
Thanks for making a PR for the fix! It looks good to me!
Details
Problem outlined in: https://github.com/kdheepak/panvimdoc/issues/62
Link header is added to
toc
table, however this happens after the ToC is rendered so it is effectively ignored.Change rendering order so links are added before the ToC.
Updated a unit test case to catch this.