Skip to content

Commit 443c008

Browse files
committed
slight updates
1 parent e238668 commit 443c008

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

README.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
1-
# HTMLPipeline
1+
# HTML-Pipeline
22

33
> **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.
55
66
HTML processing filters and utilities. This module is a small
77
framework for defining CSS-based content filters and applying them to user
88
provided content.
99

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)
2129

2230
## Installation
2331

html-pipeline.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
2525
"rubygems_mfa_required" => "true",
2626
}
2727

28-
gem.add_dependency("selma", ">= 0.0.1", "< 0.2.0")
28+
gem.add_dependency("selma", "~> 0.1")
2929
gem.add_dependency("zeitwerk", "~> 2.5")
3030

3131
gem.post_install_message = <<~MSG

0 commit comments

Comments
 (0)