Commit 8b1fe5f4 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Merge pull request #7569 from offlinehoster/patch-2

Added AsciiDoc support and changed to singlequotes
parents a820a15d 4a14b590
......@@ -2,8 +2,9 @@ class ProjectWiki
include Gitlab::ShellAdapter
MARKUPS = {
"Markdown" => :markdown,
"RDoc" => :rdoc
'Markdown' => :markdown,
'RDoc' => :rdoc,
'AsciiDoc' => :asciidoc
}
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