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 ea00d3b commit 9102197Copy full SHA for 9102197
lib/docs/filters/svelte/clean_html.rb
@@ -15,6 +15,8 @@ def call
15
16
at_css('h1').content = 'Svelte' if root_page?
17
css('pre').each do |node|
18
+ # Remove hover popup
19
+ node.css('.twoslash-popup-container').remove()
20
node.content = node.css('.line').map(&:content).join("\n")
21
node['data-language'] = 'typescript'
22
end
0 commit comments