Fix MD018 No space after hash on atx style header on markdown files
This commit is contained in:
@@ -16,12 +16,12 @@ The preferred method is via rvm:
|
|||||||
|
|
||||||
(only the multi user option installs all dependencies automatically, as we use 'sudo'.)
|
(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
|
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
|
curl -L https://get.rvm.io | sudo bash -s stable
|
||||||
|
|||||||
@@ -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'.)
|
(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
|
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
|
curl -L https://get.rvm.io | sudo bash -s stable
|
||||||
|
|||||||
Reference in New Issue
Block a user