Suppression des NO-BREAK SPACE

find . -type f |grep .md | xargs sed -i $'s/\x23\xC2\xA0/# /g'
This commit is contained in:
Pierre Coimbra
2020-02-23 11:49:36 +01:00
parent 30e9acb34a
commit c96b26eb12
12 changed files with 33 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
Il faut impérativement une VM pour que Docker soit fluide
## Installation de Docker
## Installation de Docker
```
apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -

View File

@@ -2,7 +2,7 @@
Il faut impérativement une VM pour que Docker soit fluide
## Installation de Docker et Docker-Compose
## Installation de Docker et Docker-Compose
```
apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -