diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-17 21:12:03 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-05-17 21:12:03 +0000 |
commit | d2ed02daeff795f5bbe15d828f95e6d4b7928071 (patch) | |
tree | 2dcf633e7a5449adec1996b6b996c9f62fe1ca7b /Gemfile | |
parent | 75124f407664b0efebfa736564acb47c44068538 (diff) | |
download | redmine-d2ed02daeff795f5bbe15d828f95e6d4b7928071.tar.gz redmine-d2ed02daeff795f5bbe15d828f95e6d4b7928071.zip |
Remove experimental flag from CommonMark text formatter (#36807).
git-svn-id: https://svn.redmine.org/redmine/trunk@21594 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ end # Optional Markdown support, not for JRuby # ToDo: Remove common_mark group when common_mark is decoupled from markdown. See defect (#36892) for more details. -gem 'redcarpet', '~> 3.5.1', groups: [:markdown, :common_mark] +gem 'redcarpet', '~> 3.5.1', groups: [:markdown] # Optional CommonMark support, not for JRuby group :common_mark do |