Fix ordering of filters

pull/952/head
Harm Aarts 6 years ago
parent 56c6fe95af
commit 6a8a80d190

@ -4,7 +4,7 @@ module Docs
self.release = '0.25.0'
self.base_url = 'https://stdlib.ponylang.io/'
html_filters.push 'pony/container', 'pony/entries', 'pony/clean_html'
html_filters.push 'pony/container', 'pony/clean_html', 'pony/entries'
options[:attribution] = "Me"
options[:follow_links] = ->(filter) { filter.subpath !~ /src/ }
end

Loading…
Cancel
Save