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

fix: escape html characters in name #52

Open DavHau opened 5 months ago

DavHau commented 5 months ago

for heading in the original markdown like this:

## services.\<name\>.package

...the preprocessor would convert the previously escaped \<name\> to <name> which gets interpreted in the html and is not desired