Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
ca87bb65
Commit
ca87bb65
authored
Jan 12, 2016
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove GollumTagsPipeline
parent
60f8434a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
15 deletions
+4
-15
lib/banzai/pipeline/gollum_tags_pipeline.rb
lib/banzai/pipeline/gollum_tags_pipeline.rb
+0
-13
lib/banzai/pipeline/wiki_pipeline.rb
lib/banzai/pipeline/wiki_pipeline.rb
+4
-2
No files found.
lib/banzai/pipeline/gollum_tags_pipeline.rb
deleted
100644 → 0
View file @
60f8434a
require
'banzai'
module
Banzai
module
Pipeline
class
GollumTagsPipeline
<
BasePipeline
def
self
.
filters
[
Filter
::
GollumTagsFilter
]
end
end
end
end
lib/banzai/pipeline/wiki_pipeline.rb
View file @
ca87bb65
...
...
@@ -2,8 +2,10 @@ require 'banzai'
module
Banzai
module
Pipeline
class
WikiPipeline
<
CombinedPipeline
.
new
(
PlainMarkdownPipeline
,
GollumTagsPipeline
,
GfmPipeline
)
class
WikiPipeline
<
FullPipeline
def
self
.
filters
super
.
insert
(
1
,
Filter
::
GollumTagsFilter
)
end
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment