From df0a5f7b0b520a1512cdbbf272afab6924284325 Mon Sep 17 00:00:00 2001 From: Martin Scharm Date: Mon, 14 May 2018 16:05:22 +0200 Subject: [PATCH] added the CAT plugin to the plugin list (#7011) Merge pull request 7011 --- docs/_docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/plugins.md b/docs/_docs/plugins.md index ee3da917..1c3332e3 100644 --- a/docs/_docs/plugins.md +++ b/docs/_docs/plugins.md @@ -887,6 +887,7 @@ You can find a few useful plugins at the following locations: - [jekyll-onebox](https://github.com/rriemann/jekyll-onebox): Liquid tag for displaying HTML previews (embeds) for links to popular domains. Plugin is based on [Onebox](https://github.com/discourse/onebox) that powers link previews in [Discourse](http://github.com/discourse/discourse) forums. - [jekyll-w2m](https://github.com/kacperduras/jekyll-w2m): A Jekyll plugin to liberate content from Microsoft Word documents (powered by [word-to-markdown](https://github.com/benbalter/word-to-markdown)). - [jekyll-flickr](https://github.com/rriemann/jekyll-flickr): Liquid tag for responsive Flickr images using HTML5 srcset. Subtitles and automatic license notices are supported. +- [CAT](https://github.com/binfalse/jekyll-cat): Include the contents of any file (like the `include` command, but also for files outside of `_include`). Similar to Unix' `cat` tool; useful for including source code etc. in posts and pages. #### Collections