-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
Description
Sanitize currently depends on the "nokogumbo" library. Unfortunately this library is a tiny C extension wrapping the Gumbo library, and so sanitize can't be used on JRuby right now.
The nokogumbo ext could easily be FFI-based, so I will file an issue for that. But perhaps there's another library (or nokogiri itself) that can do what you need?
Reactions are currently unavailable