MD031 Fenced code blocks should be surrounded by blank lines

This commit is contained in:
taitus
2023-03-21 16:14:43 +01:00
parent e5a8f06049
commit 31efa97076
11 changed files with 19 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
## Configuring your git remotes
If you created your fork correctly and cloned it locally, running:
```bash
git remote -v
```
@@ -42,6 +43,7 @@ git checkout -b upstream
```
Then we can fetch all changes from **consul** remote server with:
```bash
git fetch upstream
```