]> source.dussan.org Git - redmine.git/commitdiff
Mark CommonMark Markdown (GitHub Flavored) as experimental (#32424).
authorMarius Balteanu <marius.balteanu@zitec.com>
Wed, 11 Aug 2021 21:48:18 +0000 (21:48 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Wed, 11 Aug 2021 21:48:18 +0000 (21:48 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@21160 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine.rb

index 9375048923bdac9ccc31b6f93e6625272141ef08..684d484b53783402db9d9cd96958184ab96f5850 100644 (file)
@@ -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