mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
Mark CommonMark Markdown (GitHub Flavored) as experimental (#32424).
git-svn-id: http://svn.redmine.org/redmine/trunk@21160 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
18982a9de7
commit
46ecdcec4d
@ -448,7 +448,7 @@ Redmine::WikiFormatting.map do |format|
|
||||
format.register :textile
|
||||
format.register :markdown if Object.const_defined?(:Redcarpet)
|
||||
if Object.const_defined?(:CommonMarker)
|
||||
format.register :common_mark, label: 'CommonMark Markdown (GitHub Flavored)'
|
||||
format.register :common_mark, label: 'CommonMark Markdown (GitHub Flavored) - experimental'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user