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 53c7fea commit 85ab1b0Copy full SHA for 85ab1b0
1 file changed
lib/docs/filters/astro/clean_html.rb
@@ -13,7 +13,6 @@ def call
13
14
css('pre').each do |node|
15
node.content = node.css('.ec-line').map(&:content).join("\n")
16
- node['data-language'] = node.ancestors('figure').first['class'][/lang-(\w+)/, 1]
17
node.remove_attribute('style')
18
end
19
0 commit comments