diff --git a/docs/apunts/01_introduccio/transparencies.md b/docs/apunts/01_introduccio/transparencies.md
index 052d492..5e51e33 100644
--- a/docs/apunts/01_introduccio/transparencies.md
+++ b/docs/apunts/01_introduccio/transparencies.md
@@ -50,7 +50,7 @@ https://gitlab.com
## Estructura d'un repositori
-
+
---
@@ -80,7 +80,7 @@ git init
git add
```
-
+
---
@@ -90,7 +90,7 @@ git add
git commit [-m ]
```
-
+
---
@@ -122,7 +122,7 @@ git show [ref]
git diff [--staged]
```
-
+
---
@@ -133,7 +133,7 @@ git diff [--staged]
git restore
```
-
+
---
diff --git a/docs/apunts/03_remots/transparencies_auth.md b/docs/apunts/03_remots/transparencies_auth.md
index 053b835..5104d61 100644
--- a/docs/apunts/03_remots/transparencies_auth.md
+++ b/docs/apunts/03_remots/transparencies_auth.md
@@ -13,13 +13,13 @@ alias: auth-slides
## Repositori remot
-
+
---
## Desenvolupament distribuït
-
+
---
diff --git a/docs/apunts/03_remots/transparencies_remots.md b/docs/apunts/03_remots/transparencies_remots.md
index c9ac2a3..1993ca8 100644
--- a/docs/apunts/03_remots/transparencies_remots.md
+++ b/docs/apunts/03_remots/transparencies_remots.md
@@ -13,13 +13,13 @@ alias: remots-slides
## Repositori remot
-
+
---
## Desenvolupament distribuït
-
+
---
@@ -32,7 +32,7 @@ git remote add origin
- (_HTTPS_) Personal Access Token (PAT)
- (_SSH_) Clau SSH
-
+
---
@@ -52,7 +52,7 @@ git push [-u | --set-upstream] origin
git clone []
```
-
+
---
@@ -61,7 +61,7 @@ git clone []
```bash
git fetch
```
-
+
---
@@ -71,4 +71,4 @@ git fetch
git pull [--rebase]
```
-
+
diff --git a/docs/apunts/05_estrategies/transparencies.md b/docs/apunts/05_estrategies/transparencies.md
index 6064fb2..85582dc 100644
--- a/docs/apunts/05_estrategies/transparencies.md
+++ b/docs/apunts/05_estrategies/transparencies.md
@@ -31,54 +31,54 @@ alias: estrategies-slides
## Branca principal i desenvolupament
-
+
---
## Branques de funcionalitat
-
+
---
## `merge --no-ff`
-
+
---
## `rebase + merge --ff-only`
-
+
---
## `rebase + merge --no-ff`
-
+
---
## `merge --squash`
-
+
--
## `merge --no-ff + merge --squash`
-
+
---
## Branques de llançament
-
+
---
## Branques de correcció
-
+