From 00b6440619e9c9eddde6281553a9edc8b483c688 Mon Sep 17 00:00:00 2001
From: Natasha Pavlovikj <npavlovikj2@unl.edu>
Date: Tue, 16 Apr 2024 12:39:41 -0500
Subject: [PATCH] Bold text

---
 content/applications/user_software/using_apptainer.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/applications/user_software/using_apptainer.md b/content/applications/user_software/using_apptainer.md
index 62b9d631..d436ded1 100644
--- a/content/applications/user_software/using_apptainer.md
+++ b/content/applications/user_software/using_apptainer.md
@@ -56,9 +56,10 @@ and indicate you would like to use Apptainer.
 ## Use images on HCC resources
 
 {{% notice info %}}
-Apptainer can not be used on the login node. To run Apptainer on HCC resources, please start an [interactive session]({{< relref "../../../../submitting_jobs/creating_an_interactive_job.md" >}}) 
+Apptainer **can not be used** on the login node. To run Apptainer on HCC resources, please start an [interactive session]({{< relref "../../../../submitting_jobs/creating_an_interactive_job.md" >}}) 
 or submit [SLURM job]({{< relref "../../submitting_jobs/" >}}). Next, please make sure the `apptainer` module is loaded such that the Apptainer variables are correctly set.
-If Apptainer is run on the login node, or the `apptainer` module is not loaded, various error messages can occur.
+
+**If Apptainer is run on the login node, or the `apptainer` module is not loaded, various error messages can occur.**
 {{% /notice %}}
 
 To use Apptainer on HCC machines, first load the `apptainer `module.
-- 
GitLab