mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix ansible docs
This commit is contained in:
parent
e7b4f8eb9d
commit
90f2988ba3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Ansible
|
||||
class CleanHtmlFilter < Filter
|
||||
def call
|
||||
@doc = at_css('.document')
|
||||
@doc = at_css('[itemprop=articleBody]')
|
||||
|
||||
css('font').each do |node|
|
||||
node.before(node.children).remove
|
||||
|
|
Loading…
Reference in a new issue