use github-markup for conversions

This commit is contained in:
Tom Preston-Werner
2010-03-30 21:20:53 -07:00
parent 03c45e3cde
commit eabab6341c
+13 -4
View File
@@ -22,12 +22,21 @@ choose. Special footers can be created in `footer files`. Other content
## PAGE FILES ## PAGE FILES
Page files may be written in formats that render to HTML. Currently supported Page files may be written in any format supported by
formats are Markdown and Textile. They must have the proper file extension [GitHub-Markup](http://github.com/defunkt/github-markup). The current list of
that corresponds to the format of the content: formats and allowed extensions is:
* Markdown: .markdown, .mkdn, .md * Markdown: .markdown, .mdown, .mkdn, .mkd, .md
* Textile: .textile * Textile: .textile
* RDoc: .rdoc
* Org Mode: .org
* ReStructured Text: .rest.txt, .rst.txt, .rest, .rst
* ASCIIDoc: .asciidoc
* POD: .pod
* Roff: .1, .2, .3, ...
Gollum detects the page file format via the extension, so files must have one
of the supported extensions in order to be converted.
Even though page files may be placed in any directory, there is still only a Even though page files may be placed in any directory, there is still only a
single namespace for page names, so all page files should have globally unique single namespace for page names, so all page files should have globally unique