@@ -271,7 +271,7 Redmine::WikiFormatting.map do |format| | |||||
271 | format.register :textile, Redmine::WikiFormatting::Textile::Formatter, Redmine::WikiFormatting::Textile::Helper |
|
271 | format.register :textile, Redmine::WikiFormatting::Textile::Formatter, Redmine::WikiFormatting::Textile::Helper | |
272 | if Object.const_defined?(:Redcarpet) |
|
272 | if Object.const_defined?(:Redcarpet) | |
273 | format.register :markdown, Redmine::WikiFormatting::Markdown::Formatter, Redmine::WikiFormatting::Markdown::Helper, |
|
273 | format.register :markdown, Redmine::WikiFormatting::Markdown::Formatter, Redmine::WikiFormatting::Markdown::Helper, | |
274 |
:label => 'Markdown |
|
274 | :label => 'Markdown' | |
275 | end |
|
275 | end | |
276 | end |
|
276 | end | |
277 |
|
277 |
General Comments 0
You need to be logged in to leave comments.
Login now