We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c431ec commit e033fdbCopy full SHA for e033fdb
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