We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c431ec + e033fdb commit f46fb48Copy full SHA for f46fb48
1 file changed
js/docs.js
@@ -13,3 +13,9 @@ function copy(text){
13
} catch (error){}
14
}
15
16
+
17
+$(function() {
18
+ $('pre.highlight').each(function() {
19
+ $(this).prepend('<i class="bi bi-copy copy_btn" title="Copy code" onclick="copy(this)"></i>');
20
+ });
21
+});
0 commit comments