Skip to content

Commit d36019c

Browse files
committed
feat(gitbook): use include-codeblock insteadof include highlight
1 parent 7fe368f commit d36019c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book.json

+1-1
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

+1-1
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)