ndabas / toc

Table of Contents jQuery Plugin - A minimal, tiny jQuery plugin that will generate a table of contents, drawing from headings on the page.
https://ndabas.github.io/toc/
Apache License 2.0
84 stars 24 forks source link

Prevent duplicate autogenerated IDs #4

Closed j0nes2k closed 8 years ago

j0nes2k commented 10 years ago

IDs are generated by the text of the headlines. If two different headlines contained the same text, this could lead to duplicate IDs. To prevent this a running index is appended to the IDs.

ndabas commented 8 years ago

This is fixed in c8992fa4216f2c81df0dfbcdee1ff7edb09a16ef.