We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa55e61 commit 5391e30Copy full SHA for 5391e30
1 file changed
lib/docs/filters/underscore/clean_html.rb
@@ -5,6 +5,10 @@ def call
5
# Remove Links, Changelog
6
css('#links ~ *', '#links').remove
7
8
+ css('pre').each do |node|
9
+ node['data-language'] = 'javascript'
10
+ end
11
+
12
doc
13
end
14
0 commit comments