debian-mirror-gitlab/lib/banzai/pipeline/asciidoc_pipeline.rb

12 lines
182 B
Ruby
Raw Normal View History

2015-12-23 02:04:40 +05:30
module Banzai
module Pipeline
class AsciidocPipeline < BasePipeline
def self.filters
[
Filter::RelativeLinkFilter
]
end
end
end
end