RealAtix / mdbook-private

A preprocessor that supports private sections
Mozilla Public License 2.0
9 stars 1 forks source link

feat: make private regex more robust #4

Closed raspofabs closed 1 year ago

raspofabs commented 1 year ago

I found some private data leaking to the web. So adjusted the regular expression to make it less likely in future. Handles cases like:

And any trailing whitespace on the first line too.

RealAtix commented 1 year ago

Thanks!