From f0caa9543f7a19dec23e18e43fe162b621f53281 Mon Sep 17 00:00:00 2001 From: Jerry Cheung Date: Tue, 17 Sep 2013 08:52:00 -0700 Subject: [PATCH] Update readme with link to asciidoc filter --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 950b35db..7b15b9a0 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,16 @@ filter.call * `TextileFilter` - convert textile to html * `TableOfContentsFilter` - anchor headings with name attributes and generate Table of Contents html unordered list linking headings +## 3rd Party Extensions + +If you have an idea for a filter, propose it as +[an issue](https://github.com/jch/html-pipeline/issues) first. This allows us discuss +whether the filter is a common enough use case to belong in this gem, or should be +built as an external gem. + +* [html-pipeline-asciidoc_filter](https://github.com/asciidoctor/html-pipeline-asciidoc_filter) - asciidoc support + + ## Syntax highlighting `SyntaxHighlightFilter` uses [github-linguist](https://github.com/github/linguist)