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 34dc221 commit a627020Copy full SHA for a627020
lib/docs/filters/pony/clean_html.rb
@@ -3,6 +3,7 @@ class Pony
3
class CleanHtmlFilter < Filter
4
def call
5
css('.headerlink').remove
6
+ css('hr').remove
7
8
css('pre').each do |node|
9
node.content = node.content
0 commit comments