Feature #32424 » 0005-Mark-CommonMark-Markdown-GitHub-Flavored-as-experime.patch
| 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 | |