gjtorikian/html-pipeline
HTML processing filters and utilities observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 85
- Release rhythm 33
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 193.0
- age_days: 5145
- days_rel: 239
- days_push: 92
- n_releases_24m: 3
Adoption not part of the score
2329 stars · 386 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
templating parser security middleware web-development developer-tools text-editors security ruby html-pipeline content-filters markdown sanitization user-content chainable-filters
1 source
- readme: https://github.com/gjtorikian/html-pipeline · fetched 2026-08-28 · 78043e66c0d3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gjtorikian/html-pipeline | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="gjtorikian/html-pipeline")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem