diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-21 05:26:03 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-21 05:26:03 +0000 |
commit | 320ed9c3d8644d7550a96f6c8f2569eaa6edfd9d (patch) | |
tree | 35356a7ca0bc933104caaec10274c0357d1b8ac3 /lib/redmine | |
parent | 29872344b38c3dd4b88d889c2eb486fbad03592f (diff) | |
download | redmine-320ed9c3d8644d7550a96f6c8f2569eaa6edfd9d.tar.gz redmine-320ed9c3d8644d7550a96f6c8f2569eaa6edfd9d.zip |
Updates commonmarker to 2.3.0 (#40197).
git-svn-id: https://svn.redmine.org/redmine/trunk@23695 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine')
-rw-r--r-- | lib/redmine/wiki_formatting/common_mark/markdown_filter.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/redmine/wiki_formatting/common_mark/markdown_filter.rb b/lib/redmine/wiki_formatting/common_mark/markdown_filter.rb index b52a20f1c..cf5c92818 100644 --- a/lib/redmine/wiki_formatting/common_mark/markdown_filter.rb +++ b/lib/redmine/wiki_formatting/common_mark/markdown_filter.rb @@ -33,10 +33,10 @@ module Redmine def call html = Commonmarker.to_html(@text, options: { - extension: extensions, + extension: extensions, render: render_options, parse: parse_options - }, plugins: plugins) + }, plugins: plugins) html.rstrip! html |