mirror of https://github.com/freeCodeCamp/devdocs
parent
b1fef165c4
commit
300d2f8235
@ -0,0 +1,12 @@
|
|||||||
|
module Docs
|
||||||
|
class PointCloudLibrary
|
||||||
|
class CleanHtmlFilter < Filter
|
||||||
|
def call
|
||||||
|
@doc = at_css('.contents')
|
||||||
|
css('.dynheader.closed').remove
|
||||||
|
css('.permalink').remove
|
||||||
|
doc
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue