signalwerk / gatsby-remark-table-of-contents

gatsby remark plugin to generate table of contents
21 stars 10 forks source link

Exclude does not handle strings with parenthesis (xyz) #30

Open edpike109 opened 2 years ago

edpike109 commented 2 years ago

The (and Dune) or anything in parenthesis is breaking the regex (I'm guessing). Given:

Just Thinkin About DevOps Stuff (and Dune)
Just Thinkin About DevOps Stuff
exclude: ["Just Thinkin About DevOps Stuff (and Dune)", "Just Thinkin About DevOps Stuff"]
from-heading: 2
to-heading: 5

The (and Dune) version is not excluded.