Skip to content

Commit dd72f9a

Browse files
committed
Merge pull request #87 from jch/jch-patch-1
Update readme with link to asciidoc filter
2 parents 7d1c95e + f0caa95 commit dd72f9a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,16 @@ filter.call
9898
* `TextileFilter` - convert textile to html
9999
* `TableOfContentsFilter` - anchor headings with name attributes and generate Table of Contents html unordered list linking headings
100100

101+
## 3rd Party Extensions
102+
103+
If you have an idea for a filter, propose it as
104+
[an issue](https://github.com/jch/html-pipeline/issues) first. This allows us discuss
105+
whether the filter is a common enough use case to belong in this gem, or should be
106+
built as an external gem.
107+
108+
* [html-pipeline-asciidoc_filter](https://github.com/asciidoctor/html-pipeline-asciidoc_filter) - asciidoc support
109+
110+
101111
## Syntax highlighting
102112

103113
`SyntaxHighlightFilter` uses [github-linguist](https://github.com/github/linguist)

0 commit comments

Comments
 (0)