strip styling

pull/2375/head
Gergely Gombos 2 months ago
parent 33aba064c1
commit 7be6b3e7c4

@ -43,6 +43,9 @@ module Docs
node['data-language'] = 'jsx'
end
# Remove styling
css('*').remove_attr('class').remove_attr('style')
doc
end
end

Loading…
Cancel
Save