File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments