Merge pull request #881 from imathis/docs-supported-languages

docs: supported languages link (pygments)
This commit is contained in:
Brandon Mathis 2012-12-21 19:09:24 -08:00
commit 4ad49a7579
3 changed files with 3 additions and 3 deletions

View File

@ -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'.

View File

@ -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'.

View File

@ -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" }} %}