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

Commitd36019c

Browse files
committed
feat(gitbook): use include-codeblock insteadof include highlight
1 parent7fe368f commitd36019c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎book.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"plugins": [
3-
"include-highlight"
3+
"include-codeblock"
44
]
55
}

‎ja/jQuery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jQueryでは`$.fn`を拡張する事で、`$()`の返り値であるjQueryオブ
44

55
次の`greenify`プラグインでは、`$(document.body).greenify();`というメソッド呼び出しが可能になります。
66

7-
!CODEFILE "../../src/jQuery/greenify.js"
7+
[import, greenify.js](../../src/jQuery/greenify.js)
88

99
実際に利用するためには、`jquery.js`を読み込んだ後に`greenify.js`を読み込ませる必要があります。
1010

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp