jgallen23 / toc

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

Sanitize dict elements class name #76

Closed AlejandroPerezMartin closed 6 years ago

AlejandroPerezMartin commented 6 years ago

When dict links are generated, data-toc selectors are used in the dict element class name keeping special chars such as dots. See example below.

screenshot_2017-11-09_at_9 12 18_am

I have added a replace regex to fix that. Here is a screenshot of a test:

screen shot 2017-11-20 at 11 01 13

Thanks!