Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
| # An example Jekyll converter. Utilizes the new plugin system. | |
| # | |
| # | |
| # 1. Make a _plugins directory in your jekyll site, and put this class in a file there. | |
| # 2. Any file in the _posts directory ending in .upcase will be processed using this converter. | |
| module Jekyll | |
| class UpcaseConverter < Converter | |
| safe true |