Remove unnecessary clean html filter

pull/952/head
Harm Aarts 6 years ago
parent 81efc885ec
commit 40cfc606b1

@ -1,9 +0,0 @@
module Docs
class Pony
class CleanHtmlFilter < Filter
def call
doc
end
end
end
end

@ -4,8 +4,9 @@ module Docs
self.release = '0.25.0'
self.base_url = 'https://stdlib.ponylang.io/'
html_filters.push 'pony/container', 'pony/clean_html', 'pony/entries'
html_filters.push 'pony/container', 'pony/entries'
options[:attribution] = "Me"
options[:trailing_slash] = false
options[:skip_patterns] = [/src/]
end

Loading…
Cancel
Save