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 3194a3f commit 42731d6Copy full SHA for 42731d6
1 file changed
lib/docs/filters/r/clean_html.rb
@@ -16,6 +16,8 @@ def call
16
summary = at_css('table[summary]')
17
summary.remove if summary
18
19
+ css('hr ~ *, hr').remove
20
+
21
elsif slug_parts[-2] == 'manual'
22
css('table.menu, div.header, hr, h2.contents-heading, div.contents, table.index-cp, table.index-vr, table[summary]').remove
23
0 commit comments