diff --git a/app/models/gollum_wiki.rb b/app/models/gollum_wiki.rb index 91641ff..2aecce9 100644 --- a/app/models/gollum_wiki.rb +++ b/app/models/gollum_wiki.rb @@ -2,14 +2,7 @@ class GollumWiki MARKUPS = { "Markdown" => :markdown, - "Textile" => :textile, - "RDoc" => :rdoc, - "Org-mode" => :org, - "Creole" => :creole, - "reStructuredText" => :rest, - "AsciiDoc" => :asciidoc, - "MediaWiki" => :mediawiki, - "Pod" => :post + "RDoc" => :rdoc } class CouldNotCreateWikiError < StandardError; end -- libgit2 0.21.2