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

@ -9,7 +9,7 @@ to understand the source code better.
## Structure of Source Code
```
```sh
Electron
├── atom/ - C++ source code.
| ├── app/ - System entry code.
@ -85,7 +85,7 @@ git submodule update --init --recursive
If you find yourself running this command often, you can create an alias for it
in your `~/.gitconfig` file:
```
```sh
[alias]
su = submodule update --init --recursive
```