Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pass comment nodes to the scrubber #117

Merged
merged 1 commit into from Aug 18, 2021

Conversation

flavorjones
Copy link
Member

Some scrubbers want to allow comments through, but in v1.4.0 didn't
get the chance because only elements were passed through to
keep_node?.

This change allows comments and elements through, but still omits
other non-elements like processing instructions (see #115).

Some scrubbers want to allow comments through, but in v1.4.0 didn't
get the chance because only elements were passed through to
`keep_node?`.

This change allows comments and elements through, but still omits
other non-elements like processing instructions (see #115).
@flavorjones flavorjones merged commit 04daa64 into master Aug 18, 2021
@flavorjones flavorjones deleted the flavorjones-comment-handling2 branch August 18, 2021 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants