Merge pull request #4463 from nhoizey/patch-2

Merge pull request 4463
This commit is contained in:
jekyllbot 2016-02-03 09:37:12 -08:00
commit ac3348b9a6
1 changed files with 2 additions and 1 deletions

View File

@ -60,12 +60,13 @@ values of the gem names of the plugins you'd like to use. An example:
</p> </p>
</div> </div>
In general, plugins you make will fall into one of four categories: In general, plugins you make will fall into one of five categories:
1. [Generators](#generators) 1. [Generators](#generators)
2. [Converters](#converters) 2. [Converters](#converters)
3. [Commands](#commands) 3. [Commands](#commands)
4. [Tags](#tags) 4. [Tags](#tags)
5. [Hooks](#hooks)
## Generators ## Generators