diff --git a/source/docs/plugins/image-tag/index.markdown b/source/docs/plugins/image-tag/index.markdown index 4970b08..2f57aea 100644 --- a/source/docs/plugins/image-tag/index.markdown +++ b/source/docs/plugins/image-tag/index.markdown @@ -10,7 +10,7 @@ If you like Markdown's simple syntax for images, you'll love the simplicity of t #### Syntax - {{ "{% img [class names] /path/to/image" [title text] }} %} + {{ "{% img [class names] /path/to/image [title text]" }} %} ## Examples diff --git a/source/docs/plugins/index.markdown b/source/docs/plugins/index.markdown index 686a1de..12cd2de 100644 --- a/source/docs/plugins/index.markdown +++ b/source/docs/plugins/index.markdown @@ -19,6 +19,7 @@ Octopress ships with the following plugins. Many have been written specially for - [Category Generator](/docs/plugins/category-generator) - *generates archive pages for each blog category* The following filters are used by Octopress, and are documented as necessary in their source. + - Octopress filters - *liquid filters built just for Octopress* - Sitemap Generator - *generates an SEO friendly sitemap.xml* - Compass Compiler - *forces Jekyll to compile Compass on each load*