Limit available Wiki formats to Markdown and RDoc.
This commit is contained in:
parent
7665b1de7e
commit
6d25484417
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue