]> source.dussan.org Git - redmine.git/commitdiff
Update CommonMarker extension options link
authorGo MAEDA <maeda@farend.jp>
Tue, 31 Jan 2023 23:55:55 +0000 (23:55 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 31 Jan 2023 23:55:55 +0000 (23:55 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22084 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/wiki_formatting/common_mark/formatter.rb

index 3bf18492837285f23ad6053b92c3338d01881ab4..f3445ab9bf7434e623b296129828f31d3f28dea3 100644 (file)
@@ -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,