mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
This library provides a handful of chainable HTML filters to
|
|
transform user content into markup. A filter takes an HTML
|
|
string or Nokogiri::HTML::DocumentFragment, optionally
|
|
manipulates it, and then outputs the result.
|
|
|
|
WWW: https://github.com/jch/html-pipeline
|