cff01aa734
GitHub HTML processing filters and utilities WWW: https://github.com/jch/html-pipeline PR: 199820 Differential Revision: https://reviews.freebsd.org/D2508 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: swills (mentor)
6 lines
263 B
Text
6 lines
263 B
Text
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
|