From 95710d9faf3babd3057cc1b5875e737be4da9606 Mon Sep 17 00:00:00 2001
From: Andrea Perotti <aperotti@redhat.com>
Date: Thu, 19 Oct 2023 17:51:36 +0200
Subject: [PATCH] Small md syntax fixes

---
 site/docs/build/index.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/site/docs/build/index.md b/site/docs/build/index.md
index 826b0da..139b853 100644
--- a/site/docs/build/index.md
+++ b/site/docs/build/index.md
@@ -92,20 +92,20 @@ Some examples:
 
     sudo ./build dependencies ubuntu
 
-    <or>
+or
 
-	sudo ./build dependencies debian
+    sudo ./build dependencies debian
 
-    <or>
+or
 
     sudo ./build dependencies fedora38
 
-    <or>
+or
 
     sudo ./build dependencies arch
 
-NOTE: In case of Ubuntu 20.04 LTS or derived distros, use the dedicated 
-      configuration file:
+NOTE: In case of Ubuntu 20.04 LTS or derived distros for that specific release,
+      use the dedicated configuration file:
 
     sudo ./build dependencies ubuntu2004
 
-- 
GitLab