summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-01-31 23:55:55 +0000
committerGo MAEDA <maeda@farend.jp>2023-01-31 23:55:55 +0000
commit57544d6d4be5a3058873a6fa142c665b8a122df6 (patch)
tree935994cf8d807c3db826bf8f776d60cf5c8183e6 /lib
parent17a75612e79d8e5c8bf9348abb7b04b79911f9d2 (diff)
downloadredmine-57544d6d4be5a3058873a6fa142c665b8a122df6.tar.gz
redmine-57544d6d4be5a3058873a6fa142c665b8a122df6.zip
Update CommonMarker extension options link
git-svn-id: https://svn.redmine.org/redmine/trunk@22084 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/wiki_formatting/common_mark/formatter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/wiki_formatting/common_mark/formatter.rb b/lib/redmine/wiki_formatting/common_mark/formatter.rb
index 3bf184928..f3445ab9b 100644
--- a/lib/redmine/wiki_formatting/common_mark/formatter.rb
+++ b/lib/redmine/wiki_formatting/common_mark/formatter.rb
@@ -25,7 +25,7 @@ module Redmine
module CommonMark
# configuration of the rendering pipeline
PIPELINE_CONFIG = {
- # https://github.com/gjtorikian/commonmarker#extensions
+ # https://github.com/gjtorikian/commonmarker#extension-options
commonmarker_extensions: [
:table,
:strikethrough,