From 6aa8f741c9907482eb403f79502924dcbe547fc5 Mon Sep 17 00:00:00 2001 From: Doug Beney Date: Sun, 25 Jun 2017 18:39:05 -0400 Subject: [PATCH] Added improved Pug plugin - removed 404 Jade plugin (#6174) Merge pull request 6174 --- docs/_docs/plugins.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_docs/plugins.md b/docs/_docs/plugins.md index f576e442..d630b106 100644 --- a/docs/_docs/plugins.md +++ b/docs/_docs/plugins.md @@ -758,10 +758,9 @@ LESS.js files during generation. #### Converters +- [Pug plugin by Doug Beney](https://github.com/DougBeney/jekyll-pug): Pug (previously Jade) converter for Jekyll. - [Textile converter](https://github.com/jekyll/jekyll-textile-converter): Convert `.textile` files into HTML. Also includes the `textilize` Liquid filter. - [Slim plugin](https://github.com/slim-template/jekyll-slim): Slim converter and includes for Jekyll with support for Liquid tags. -- [Jade plugin by John Papandriopoulos](https://github.com/snappylabs/jade-jekyll-plugin): Jade converter for Jekyll. -- [Pug plugin by Josh Waller](https://github.com/mdxprograms/pug-jekyll-plugin): Pug (previously Jade) converter for Jekyll. - [HAML plugin by Sam Z](https://gist.github.com/517556): HAML converter for Jekyll. - [HAML-Sass Converter by Adam Pearson](https://gist.github.com/481456): Simple HAML-Sass converter for Jekyll. [Fork](https://gist.github.com/528642) by Sam X. - [Sass SCSS Converter by Mark Wolfe](https://gist.github.com/960150): Sass converter which uses the new CSS compatible syntax, based Sam X’s fork above.