Clarified a couple of points in the documentation

This commit is contained in:
Nathan Long
2011-01-14 13:55:49 -05:00
parent e2a4514be5
commit dda8a7374f
+4 -3
View File
@@ -9,7 +9,8 @@ Gollum wikis are simply Git repositories that adhere to a specific format.
Gollum pages may be written in a variety of formats and can be edited in a Gollum pages may be written in a variety of formats and can be edited in a
number of ways depending on your needs. You can edit your wiki locally: number of ways depending on your needs. You can edit your wiki locally:
* With your favorite text editor or IDE. * With your favorite text editor or IDE (changes will be visible after
* committing).
* With the built-in web interface. * With the built-in web interface.
* With the Gollum Ruby API. * With the Gollum Ruby API.
@@ -268,8 +269,8 @@ This is useful for writing about the link syntax in your wiki pages.
## SYNTAX HIGHLIGHTING ## SYNTAX HIGHLIGHTING
In page files you can get automatic syntax highlighting for a wide range of In page files you can get automatic syntax highlighting for a wide range of
languages (courtesy of [Pygments](http://pygments.org/)) by using the languages (courtesy of [Pygments](http://pygments.org/) - must install
following syntax: separately) by using the following syntax:
```ruby ```ruby
def foo def foo