Merge pull request #11178 from electron/fenced-code-block-lang
enforce rules on code blocks style in docs
This commit is contained in:
commit
70643a865b
20 changed files with 91 additions and 69 deletions
|
@ -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\
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue