Closed mdaverde closed 10 years ago
3 purposeful changes to the regex based on w3 syntax:
To have multiple or no spaces between comment and comment delimiters
<!-- include... --> <!--include...-->
To add a dash after and before comment delimiters
<!-- --> <!--- --->
Have spaces between comment close delimiter and markup delimiter
--> -- >
Seems to match the syntax better like you said, so I'll merge it.
3 purposeful changes to the regex based on w3 syntax:
To have multiple or no spaces between comment and comment delimiters
To add a dash after and before comment delimiters
Have spaces between comment close delimiter and markup delimiter