From db2ceb6f66892903be3a9a17d2992cdd27f30e75 Mon Sep 17 00:00:00 2001
From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr>
Date: Fri, 10 Feb 2023 16:36:21 +0100
Subject: [PATCH] slides/slides.qmd: udpate

---
 slides/slides.qmd | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/slides/slides.qmd b/slides/slides.qmd
index 9f49150..f8f8168 100644
--- a/slides/slides.qmd
+++ b/slides/slides.qmd
@@ -308,8 +308,7 @@ gblk commit # commit the results, we have to use this command after commit if gb
 ```
 
 A backup *with the name current git commit* was created. We can use `gblk list` to list the backups.
-```
-<b>
+
 
 ## Git Borg Linker - list
 
@@ -322,6 +321,8 @@ $ git rev-parse --verify HEAD # Show current commit
 b1da0e305c906fb242bc8...
 ```
 
+<br>
+
 ```bash
 $ gblk list -h
 gblk-list
@@ -335,4 +336,5 @@ OPTIONS:
     -f, --first <N>            consider first N archives [default: 0]
     -h, --help                 Print help information
     -l, --last <N>             consider last N archives [default: 0]
-```
\ No newline at end of file
+```
+<b>
\ No newline at end of file
-- 
GitLab