From 336ec801c2963aa9df98c1a736e1ced35bf07333 Mon Sep 17 00:00:00 2001 From: JuanitoFatas Date: Sat, 16 Apr 2016 14:14:32 +0800 Subject: [PATCH] Add more 3rd-party extensions [ci skip] - html-pipeline-redcarpet_filter - html-pipeline-typogruby_filter --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ee747193..ef601c3f 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,9 @@ Here are some extensions people have built: * [html-pipeline-vimeo](https://github.com/dlackty/html-pipeline-vimeo) - An HTML::Pipeline filter for Vimeo links * [html-pipeline-hashtag](https://github.com/mr-dxdy/html-pipeline-hashtag) - An HTML::Pipeline filter for hashtags * [html-pipeline-linkify_github](https://github.com/jollygoodcode/html-pipeline-linkify_github) - An HTML::Pipeline filter to autolink GitHub urls +* [html-pipeline-redcarpet_filter](https://github.com/bmikol/html-pipeline-redcarpet_filter) - Render Markdown source text into Markdown HTML using Redcarpet +* [html-pipeline-typogruby_filter](https://github.com/bmikol/html-pipeline-typogruby_filter) - Add Typogruby text filters to your HTML::Pipeline + ## Instrumenting