mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix linting for fenced codeblocks only (see electron/electronjs.org#868)
This commit is contained in:
@@ -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\
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user