From b770d9e7daa4568078bcd5b5b1e7f53ce10dffcc Mon Sep 17 00:00:00 2001
From: Maarten Litmaath <Maarten.Litmaath@cern.ch>
Date: Thu, 6 Jul 2023 15:41:34 +0200
Subject: [PATCH] Further formatting improvements...

---
 docs/site/vobox_startup_scripts.md | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/docs/site/vobox_startup_scripts.md b/docs/site/vobox_startup_scripts.md
index 548b21a..9f7fc5b 100644
--- a/docs/site/vobox_startup_scripts.md
+++ b/docs/site/vobox_startup_scripts.md
@@ -43,12 +43,9 @@ export MYPROXY_SERVER=myproxy.cern.ch   # only needed for MonALISA
 
 The job script submitted by the JAliEn CE (typically `~/ALICE/tmp/agent.startup.$PID`) can be customized with one or more scripts located in the home directory:
 
-* `~/JA-custom-0.sh`
-  * Contents get inserted before the JAliEn environment setup.
-* `~/JA-custom-1.sh`
-  * Contents get inserted right before JAliEn is started.
-* `~/JA-custom-2.sh`
-  * Contents get inserted right after JAliEn has finished.
+* `~/JA-custom-0.sh` - Contents get inserted before the JAliEn environment setup.
+* `~/JA-custom-1.sh` - Contents get inserted right before JAliEn is started.
+* `~/JA-custom-2.sh` - Contents get inserted right after JAliEn has finished.
 
 Such customizations are in use at some sites to deal with special conditions and can also be handy for debugging.
 
-- 
GitLab