diff --git a/source/docs/plugins/backtick-codeblock/index.markdown b/source/docs/plugins/backtick-codeblock/index.markdown index 6b05f58..947fb1b 100644 --- a/source/docs/plugins/backtick-codeblock/index.markdown +++ b/source/docs/plugins/backtick-codeblock/index.markdown @@ -16,7 +16,7 @@ Simply start a line with three back ticks followed by a space and the language y ``` ### Basic options -- `[language]` - Used by the syntax highlighter. Passing 'plain' disables highlighting. +- `[language]` - Used by the syntax highlighter. Passing 'plain' disables highlighting. ([Supported languages](http://pygments.org/docs/lexers/).) - `[title]` - Add a figcaption to your code block. - `[url]` - Download or reference link for your code. - `[Link text]` - Text for the link, defaults to 'link'. diff --git a/source/docs/plugins/codeblock/index.markdown b/source/docs/plugins/codeblock/index.markdown index d8b5af0..4a7fd25 100644 --- a/source/docs/plugins/codeblock/index.markdown +++ b/source/docs/plugins/codeblock/index.markdown @@ -16,7 +16,7 @@ With this plugin you can write blocks of code directly in your posts and optiona ### Basic options -- `[lang:language]` - Choose a language for the syntax highlighter. Passing 'plain' disables highlighting. +- `[lang:language]` - Choose a language for the syntax highlighter. Passing 'plain' disables highlighting. ([Supported languages](http://pygments.org/docs/lexers/).) - `[title]` - Add a figcaption to your code block. - `[url]` - Download or reference link for your code. - `[link text]` - Text for the link, defaults to 'link'. diff --git a/source/docs/plugins/gist-tag/index.markdown b/source/docs/plugins/gist-tag/index.markdown index b02d669..45a2e1e 100644 --- a/source/docs/plugins/gist-tag/index.markdown +++ b/source/docs/plugins/gist-tag/index.markdown @@ -19,7 +19,7 @@ readers and search engines, while still using Github's javascript gist embed cod {% gist 4321346 %} -If you want syntax highlighting, specify the filename (with extension): +If you want syntax highlighting (for a [supported language](http://pygments.org/docs/lexers/)), specify the filename (with extension): {{ "{% gist 4321346 gistfile1.diff" }} %}