Skip to content

Commit 40cfc60

Browse files
committed
Remove unnecessary clean html filter
1 parent 81efc88 commit 40cfc60

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

lib/docs/filters/pony/clean_html.rb

Lines changed: 0 additions & 9 deletions
This file was deleted.

lib/docs/scrapers/pony.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ class Pony < UrlScraper
44
self.release = '0.25.0'
55
self.base_url = 'https://stdlib.ponylang.io/'
66

7-
html_filters.push 'pony/container', 'pony/clean_html', 'pony/entries'
7+
html_filters.push 'pony/container', 'pony/entries'
88
options[:attribution] = "Me"
9+
910
options[:trailing_slash] = false
1011
options[:skip_patterns] = [/src/]
1112
end

0 commit comments

Comments
 (0)