derlin / bitdowntoc

Online and command-line Markdown TOC generator, with built-in support for BitBucket Server, GitHub, Gitlab, dev.to and more!
https://bitdowntoc.derlin.ch
Other
82 stars 7 forks source link

fix: properly handle duplicates above the TOC placeholder #46

Closed derlin closed 3 months ago

derlin commented 3 months ago

Heading above the [TOC] were so far discarded, but this messes up the numbering of duplicate headings.

This commit fixes it, by also registering headings above the placeholder.

Closes #45