Commit 6d254844 authored by Dan Knox's avatar Dan Knox

Limit available Wiki formats to Markdown and RDoc.

parent 7665b1de
...@@ -2,14 +2,7 @@ class GollumWiki ...@@ -2,14 +2,7 @@ class GollumWiki
MARKUPS = { MARKUPS = {
"Markdown" => :markdown, "Markdown" => :markdown,
"Textile" => :textile, "RDoc" => :rdoc
"RDoc" => :rdoc,
"Org-mode" => :org,
"Creole" => :creole,
"reStructuredText" => :rest,
"AsciiDoc" => :asciidoc,
"MediaWiki" => :mediawiki,
"Pod" => :post
} }
class CouldNotCreateWikiError < StandardError; end class CouldNotCreateWikiError < StandardError; end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment