# gjtorikian/html-pipeline

HTML processing filters and utilities

Repository: https://github.com/gjtorikian/html-pipeline
Canonical: https://ross.abutalabs.com/products/html-pipeline
Language: Ruby
License: MIT
License Family: permissive
Last push: 2026-06-02T02:52:35+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 85, release rhythm 33, longevity 100
- inputs: {"age_days": 5145, "days_push": 92, "days_rel": 239, "gap_med": 193.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2329, forks 386 (observed 2026-08-28T04:06:37.630959+00:00)

## What it is
A Ruby library providing a small framework of chainable filters for processing user-supplied content into HTML. It supports text filters, conversion filters (e.g., Markdown to HTML), HTML sanitization, and node filters such as @mention linkification.

## Use cases
- sanitize user-generated HTML before rendering
- convert markdown or asciidoc text to HTML
- linkify @mentions in user comments
- build a custom pipeline of content transformations
- strip dangerous HTML elements and attributes from user input
- post-process rendered HTML documents with custom filters

## When to choose
- you are building a Ruby app that renders user-supplied content like comments or issues
- you need composable, chainable text-to-HTML conversion and sanitization steps
- you want GitHub-style mention and emoji filters for user content

## When to avoid
- you need HTML processing outside the Ruby ecosystem
- you want a full markdown rendering engine rather than a filter pipeline
- you expect active GitHub maintenance, since GitHub no longer uses this project

## Facets
- artifact type: library
- maturity: active
- function: templating, parser, security, middleware
- domain: web-development, developer-tools, text-editors, security
- platform: ruby
- tags: html-pipeline, content-filters, markdown, sanitization, user-content, chainable-filters

## Member repositories
- gjtorikian/html-pipeline (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:37.630959+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:38:10.921335+00:00, confidence not recorded.
  - readme: https://github.com/gjtorikian/html-pipeline (fetched 2026-08-28T04:06:37.630959+00:00, sha 78043e66c0d3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
