Registry / serialization / tidy-ffi

tidy-ffi

JSON →
library1.0.1rbrubygemsunverified

Provides a Ruby FFI interface to the HTML Tidy library for cleaning up HTML.

gem install tidy_ffi
INSTALL
IMPORT
SIG · TIDY-FFI
T
tidy-ffi
serializationrubyv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TidyFFI
require 'tidy_ffi'

Clean up malformed HTML using the Tidy library via FFI.

require 'tidy_ffi' dirty_html = "<html><body><p>Test" clean_html = TidyFFI::Tidy.new(dirty_html).clean puts clean_html
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
tidy-ffi — gem install tidy-ffi · libregistry