badboy / mdbook-toc

A preprocessor for mdbook to add inline Table of Contents support.
Mozilla Public License 2.0
163 stars 20 forks source link

Use custom header IDs if present #40

Closed dnaka91 closed 1 year ago

dnaka91 commented 1 year ago

Take the potential header attributes into account, and use the custom fragment if one is defined. Also, exclude the fragment and potential CSS classes from the header name.

Fixes #39