mirror of
https://github.com/redmine/redmine.git
synced 2025-11-04 20:35:57 +01:00
Enable task list items for Common Mark text formatting (#35742).
git-svn-id: http://svn.redmine.org/redmine/trunk@21383 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
require 'html/pipeline'
|
||||
require 'task_list/filter'
|
||||
|
||||
module Redmine
|
||||
module WikiFormatting
|
||||
@@ -57,6 +58,7 @@ module Redmine
|
||||
SyntaxHighlightFilter,
|
||||
FixupAutoLinksFilter,
|
||||
ExternalLinksFilter,
|
||||
TaskList::Filter
|
||||
], PIPELINE_CONFIG
|
||||
|
||||
class Formatter < Redmine::WikiFormatting::Markdown::Formatter
|
||||
|
||||
Reference in New Issue
Block a user