From 5bdb9eb0413ca5676c45c599e76f4578f9a77012 Mon Sep 17 00:00:00 2001 From: GSI2013 <2013@groovy-skills.com> Date: Sat, 26 Oct 2013 17:48:51 -0200 Subject: [PATCH] documented 'jekyll_date_chart', 'jekyll_image_encode' and 'jekyll_quick_man' in the plugins list --- site/docs/plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index c9e0c5ad..163a6f65 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -487,6 +487,9 @@ You can find a few useful plugins at the following locations: - [Ditaa Tag](https://github.com/matze/jekyll-ditaa) by [matze](https://github.com/matze): Renders ASCII diagram art into PNG images and inserts a figure tag. - [Good Include](https://github.com/penibelst/jekyll-good-include) by [Anatol Broder](http://penibelst.de/): Strips newlines and whitespaces from the end of include files before processing. - [Jekyll Suggested Tweet](https://github.com/davidensinger/jekyll-suggested-tweet) by [David Ensinger](https://github.com/davidensinger/): A Liquid tag for Jekyll that allows for the embedding of suggested tweets via Twitter’s Web Intents API. +- [Jekyll Date Chart](https://github.com/GSI/jekyll_date_chart) by [GSI](https://github.com/GSI): Block that renders date line charts based on textile-formatted tables. +- [Jekyll Image Encode](https://github.com/GSI/jekyll_image_encode) by [GSI](https://github.com/GSI): Tag that renders base64 codes of images fetched from the web. +- [Jekyll Quick Man](https://github.com/GSI/jekyll_quick_man) by [GSI](https://github.com/GSI): Tag that renders pretty links to man page sources on the internet. #### Collections