We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4034ee commit dfe89bbCopy full SHA for dfe89bb
lib/docs/filters/eslint/clean_html.rb
@@ -5,6 +5,7 @@ def call
5
@doc = at_css('#main') if at_css('#main')
6
@doc = at_css('.docs-main__content') if at_css('.docs-main__content')
7
8
+ css('.docs-toc').remove
9
css('.eslint-ad').remove
10
css('.glyphicon').remove
11
css('hr', 'colgroup', 'td:empty').remove
0 commit comments