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

Commits on Aug 18, 2021

  1. fix: pass comment nodes to the scrubber

    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 committed Aug 18, 2021
    Copy the full SHA
    ab16fa4 View commit details
    Browse the repository at this point in the history