Fix MD018 No space after hash on atx style header on markdown files

This commit is contained in:
Bertocq
2017-06-15 23:54:45 +02:00
parent 42b7fefe17
commit 5ce3713907
2 changed files with 4 additions and 4 deletions

View File

@@ -16,12 +16,12 @@ The preferred method is via rvm:
(only the multi user option installs all dependencies automatically, as we use 'sudo'.)
###as local user:
### As local user:
```
curl -L https://get.rvm.io | bash -s stable
```
###for all system users
### For all system users
```
curl -L https://get.rvm.io | sudo bash -s stable

View File

@@ -16,12 +16,12 @@ El método recomendado es via rvm:
(sólo la opción multiusuario instala todas las dependencias automáticamente, al usar 'sudo'.)
###como usuario local:
### Como usuario local:
```
curl -L https://get.rvm.io | bash -s stable
```
###para todos los usuarios del sistema:
### Para todos los usuarios del sistema:
```
curl -L https://get.rvm.io | sudo bash -s stable