We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d9a68 commit eaa6e5fCopy full SHA for eaa6e5f
Gemfile
@@ -15,7 +15,6 @@ gem 'hiredis'
15
gem 'escape_utils'
16
gem 'html-pipeline'
17
gem 'rinku'
18
-gem 'task_list'
19
20
# Syntaxic coloration
21
gem 'github-markup'
lib/redmine_git_hosting/markdown_renderer.rb
@@ -1,5 +1,4 @@
1
require 'html/pipeline'
2
-require 'task_list/filter'
3
4
module RedmineGitHosting
5
module MarkdownRenderer
@@ -21,7 +20,6 @@ def pipeline
def filters
22
[
23
RedmineGitHosting::RedcarpetFilter,
24
- TaskList::Filter,
25
HTML::Pipeline::AutolinkFilter,
26
HTML::Pipeline::TableOfContentsFilter
27
]
0 commit comments