BigW Consortium Gitlab

Commit 4a14b590 by Christian Sarazin

Added AsciiDoc support and changed to singlequotes

parent abda2dab
...@@ -2,8 +2,9 @@ class ProjectWiki ...@@ -2,8 +2,9 @@ class ProjectWiki
include Gitlab::ShellAdapter include Gitlab::ShellAdapter
MARKUPS = { MARKUPS = {
"Markdown" => :markdown, 'Markdown' => :markdown,
"RDoc" => :rdoc 'RDoc' => :rdoc,
'AsciiDoc' => :asciidoc
} }
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