Merge pull request #3306 from adamzr/patch-1

This commit is contained in:
Parker Moore 2015-01-14 15:06:36 -08:00
commit 5d6fe236b2
1 changed files with 5 additions and 4 deletions

View File

@ -53,9 +53,10 @@ You have 3 options for installing plugins:
In general, plugins you make will fall into one of three categories:
1. Generators
2. Converters
3. Tags
1. [Generators](#Generators)
2. [Converters](#Converters)
3. [Commands](#Commands)
4. [Tags](#Tags)
## Generators
@ -248,7 +249,7 @@ In our example, `UpcaseConverter#matches` checks if our filename extension is
simply uppercasing the entire content string. Finally, when it saves the page,
it will do so with a `.html` extension.
## Command
## Commands
As of version 2.5.0, Jekyll can be extended with plugins which provide
subcommands for the `jekyll` executable. This is possible by including the