jgallen23 / toc

Table of Contents Plugin
http://projects.jga.me/toc/
MIT License
531 stars 111 forks source link

ToC is now aware of toc-title #43

Closed Antonio-Laguna closed 10 years ago

Antonio-Laguna commented 10 years ago

New feature

Elements that creates heading (i.e. h1,h2,h3 by default) will now get the text given on data-toc-title if it's available instead of the text of the element to create the navigation element.

Fixes #41