Skip to content

Commit c6e2bf4

Browse files
committed
增加 markdown 代码高亮
1 parent 3b72d10 commit c6e2bf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@
8383

8484
比如:
8585

86-
```
86+
```js
8787
var $ = require('jquery');
8888
```
8989

9090
配置 `"global":{"jquery":"jQuery"}` 后被构建成:
9191

92-
```
92+
```js
9393
var $ = window['jQuery'];
9494
```
9595

0 commit comments

Comments
 (0)