mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00: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:
parent
fd034f7341
commit
f2b4bd5005
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user