whitespace-se / storybook-addon-html

A Storybook addon that extracts and displays compiled syntax-highlighted HTML
Other
95 stars 44 forks source link

Match multiline comments with removeComments option #82

Closed goofy-code closed 1 year ago

goofy-code commented 1 year ago

The current replacement of comments is only matching single-line comments.

This PR updates the Regex to match multi-line comments as well.

jeanfredrik commented 1 year ago

Thanks for the fix!