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 c0df2e7 commit 6b680d1Copy full SHA for 6b680d1
1 file changed
lib/docs/filters/tcl_tk/clean_html.rb
@@ -35,6 +35,10 @@ def call
35
node.content = node.content.capitalize
36
end
37
38
+ css('pre').each do |node|
39
+ node['data-language'] = 'tcl'
40
+ end
41
+
42
doc
43
44
0 commit comments