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