Commit 4a14b590 authored by Christian Sarazin's avatar Christian Sarazin

Added AsciiDoc support and changed to singlequotes

extension to https://github.com/gitlabhq/gitlabhq/pull/7568
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