jgallen23 / toc

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

Template Implementation #49

Closed peterszerzo closed 3 months ago

peterszerzo commented 9 years ago

Added the option to use templating languages to customize the contents of the toc anchor tags.

Example: $('.toc').toc({ templates: { h2: _.template('<%= title %></di v>') } });

dawnerd commented 9 years ago

:+1: