gfranko / jquery.tocify.js

A jQuery Table of Contents plugin that can be themed with Twitter Bootstrap or jQueryUI.
http://gregfranko.com/jquery.tocify.js/
MIT License
928 stars 216 forks source link

toc is not generated: 'selectors': 'h2,h3,h4,h5', post only have ‘h3’ #87

Closed HereChen closed 3 years ago

HereChen commented 8 years ago

My article only have h3 tag, and I set 'selectors': 'h2,h3,h4,h5', toc is not generated in this situation.

Do the article must have the h2 tag ?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

choaklin commented 7 years ago

'selectors' start with 'h3'

HereChen commented 3 years ago

'selectors' start with 'h3'

Ok. Thanks.