Registry / serialization / html-pipeline

html-pipeline

JSON →
library3.2.4rbrubygemsunverified

A library for composing HTML processing filters and utilities.

gem install html-pipeline
INSTALL
IMPORT
SIG · HTML-PIPELINE
H
html-pipeline
serializationrubyv3.2.4
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.

HTML::Pipeline
require 'html/pipeline'

Process Markdown through a pipeline

require 'html/pipeline' pipeline = HTML::Pipeline.new [ HTML::Pipeline::MarkdownFilter, HTML::Pipeline::SanitizationFilter ] result = pipeline.call("# Hello") puts result[:output].to_html
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
html-pipeline — gem install html-pipeline · libregistry