Project

General

Profile

Feature #32424 » 0005-Mark-CommonMark-Markdown-GitHub-Flavored-as-experime.patch

Marius BĂLTEANU, 2021-07-04 12:21

View differences:

lib/redmine.rb
448 448
  format.register :textile
449 449
  format.register :markdown if Object.const_defined?(:Redcarpet)
450 450
  if Object.const_defined?(:CommonMarker)
451
    format.register :common_mark, label: 'CommonMark Markdown (GitHub Flavored)'
451
    format.register :common_mark, label: 'CommonMark Markdown (GitHub Flavored) - experimental'
452 452
  end
453 453
end
454 454

  
(15-15/26)