You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any desire to add support for stripping HTML comments? I often heavily comment my HTML for development notes but don't want it making it out into production code.
Single Line:
<!-- Single Line Comment. -->
Multiline:
<!-- This is a multiple line HTML comment which would be stripped from the multiline option.-->
I guess a modification to the REGEX would need to be made to search for this comment syntax, including the invisible line breaks?
The text was updated successfully, but these errors were encountered:
@SirRawlins I will explore the possibility. It has been awhile since I have touched this project and there a couple changes/additions I already have planned so I will add this to that task list.
If you think you have a solution feel free to create a PR. If you do, please make sure to add tests for your solution.
On 24 Feb 2017 5:17 pm, "Jonathan Jones" ***@***.***> wrote:
@SirRawlins <https://github.com/SirRawlins> I will explore the
possibility. It has been awhile since I have touched this project and there
a couple changes/additions I already have planned so I will add this to
that task list.
If you think you have a solution feel free to create a PR. If you do,
please make sure to add tests for your solution.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAtiKzqMMqAYnlxZA9tH2bjhUhLI4LvTks5rfxCigaJpZM4MLI5I>
.
Is there any desire to add support for stripping HTML comments? I often heavily comment my HTML for development notes but don't want it making it out into production code.
Single Line:
<!-- Single Line Comment. -->
Multiline:
I guess a modification to the REGEX would need to be made to search for this comment syntax, including the invisible line breaks?
The text was updated successfully, but these errors were encountered: