gitlab-org--gitlab-foss/lib/banzai/pipeline/asciidoc_pipeline.rb
2016-01-14 11:30:28 +01:00

11 lines
182 B
Ruby

module Banzai
module Pipeline
class AsciidocPipeline < BasePipeline
def self.filters
[
Filter::RelativeLinkFilter
]
end
end
end
end