mirror of
https://github.com/redmine/redmine.git
synced 2026-07-08 15:12:10 +02:00
Removed experimental flag on markdown format (#15520).
git-svn-id: http://svn.redmine.org/redmine/trunk@14244 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -271,7 +271,7 @@ Redmine::WikiFormatting.map do |format|
|
||||
format.register :textile, Redmine::WikiFormatting::Textile::Formatter, Redmine::WikiFormatting::Textile::Helper
|
||||
if Object.const_defined?(:Redcarpet)
|
||||
format.register :markdown, Redmine::WikiFormatting::Markdown::Formatter, Redmine::WikiFormatting::Markdown::Helper,
|
||||
:label => 'Markdown (experimental)'
|
||||
:label => 'Markdown'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user