fix linting for fenced codeblocks only (see electron/electronjs.org#868)

This commit is contained in:
Vanessa Yuen 2017-11-20 14:18:24 +08:00
parent 2441d51093
commit 435e027dc3
17 changed files with 79 additions and 65 deletions

View file

@ -183,13 +183,13 @@ $ ./node_modules/.bin/electron .
#### Windows
```
```bash
$ .\node_modules\.bin\electron .
```
#### Node v8.2.0 and later
```
```bash
$ npx electron .
```
@ -212,7 +212,7 @@ $ ./electron/electron your-app/
#### Windows
```
```bash
$ .\electron\electron.exe your-app\
```