|
1 | | -# HTMLPipeline |
| 1 | +# HTML-Pipeline |
2 | 2 |
|
3 | 3 | > **Note** |
4 | | -> This README refers to the behavior in the new 3.0.0.pre1 gem. |
| 4 | +> This README refers to the behavior in the new 3.0.0.pre gem. |
5 | 5 |
|
6 | 6 | HTML processing filters and utilities. This module is a small |
7 | 7 | framework for defining CSS-based content filters and applying them to user |
8 | 8 | provided content. |
9 | 9 |
|
10 | | -[Although this project was started at GitHub](https://github.com/blog/1311-html-pipeline-chainable-content-filters), they no longer do. This gem must be considered standalone and independent from GitHub. |
11 | | - |
12 | | -- [Installation](#installation) |
13 | | -- [Usage](#usage) |
14 | | - - [More Examples](#more-examples) |
15 | | -- [Filters](#filters) |
16 | | -- [Dependencies](#dependencies) |
17 | | -- [Documentation](#documentation) |
18 | | -- [Instrumenting](#instrumenting) |
19 | | -- [Third Party Extensions](#third-party-extensions) |
20 | | -- [FAQ](#faq) |
| 10 | +[Although this project was started at GitHub](https://github.com/blog/1311-html-pipeline-chainable-content-filters), they no longer use it. This gem must be considered standalone and independent from GitHub. |
| 11 | + |
| 12 | +- [HTML-Pipeline](#html-pipeline) |
| 13 | + - [Installation](#installation) |
| 14 | + - [Usage](#usage) |
| 15 | + - [More Examples](#more-examples) |
| 16 | + - [Filters](#filters) |
| 17 | + - [TextFilters](#textfilters) |
| 18 | + - [ConvertFilter](#convertfilter) |
| 19 | + - [Sanitization](#sanitization) |
| 20 | + - [NodeFilters](#nodefilters) |
| 21 | + - [Dependencies](#dependencies) |
| 22 | + - [Documentation](#documentation) |
| 23 | + - [Instrumenting](#instrumenting) |
| 24 | + - [Third Party Extensions](#third-party-extensions) |
| 25 | + - [FAQ](#faq) |
| 26 | + - [1. Why doesn't my pipeline work when there's no root element in the document?](#1-why-doesnt-my-pipeline-work-when-theres-no-root-element-in-the-document) |
| 27 | + - [2. How do I customize an allowlist for `SanitizationFilter`s?](#2-how-do-i-customize-an-allowlist-for-sanitizationfilters) |
| 28 | + - [Contributors](#contributors) |
21 | 29 |
|
22 | 30 | ## Installation |
23 | 31 |
|
|
0 commit comments