Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f18f09

Browse files
authored
Add the copy button to pycon3 highlighted code blocks. (#64)
1 parentc7c7b40 commit0f18f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎python_docs_theme/static/copybutton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $(document).ready(function() {
55
vardiv=$('.highlight-python .highlight,'+
66
'.highlight-python3 .highlight,'+
77
'.highlight-pycon .highlight,'+
8+
'.highlight-pycon3 .highlight,'+
89
'.highlight-default .highlight');
910
varpre=div.find('pre');
1011

@@ -61,4 +62,3 @@ $(document).ready(function() {
6162
}
6263
});
6364
});
64-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp