Formatting fixes

- Add command to list of types of plugins
- Made "command" plural to be consistent with other types
- Made the types into links within the page
This commit is contained in:
Adam Richeimer 2015-01-14 11:20:03 -08:00
parent 2547df81a1
commit 3cb0f4f590
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: In general, plugins you make will fall into one of three categories:
1. Generators 1. [Generators](#Generators)
2. Converters 2. [Converters](#Converters)
3. Tags 3. [Commands](#Commands)
4. [Tags](#Tags)
## Generators ## 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, simply uppercasing the entire content string. Finally, when it saves the page,
it will do so with a `.html` extension. it will do so with a `.html` extension.
## Command ## Commands
As of version 2.5.0, Jekyll can be extended with plugins which provide 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 subcommands for the `jekyll` executable. This is possible by including the