Update ProTip on Installation page in docs to point to all the info about Pygments and the 'highlight' tag. Fixes #1196.

Dieser Commit ist enthalten in:
Parker Moore 2013-06-09 18:08:55 +02:00
Ursprung bbd789e549
Commit 9b668be281
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -58,7 +58,8 @@ Check out [the extras page](../extras) for more information.
<p> <p>
If youre the kind of person who is using Jekyll, then chances are youll If youre the kind of person who is using Jekyll, then chances are youll
want to enable syntax highlighting using Pygments. You should really want to enable syntax highlighting using Pygments. You should really
<a href="../extras">check out how to do that</a> before you go any further. <a href="../templates/#code_snippet_highlighting">check out how to do
that</a> before you go any further.
</p> </p>
</div> </div>