diff --git a/content/events/2017/june_workshop_series_2017.md b/content/events/2017/june_workshop_series_2017.md
index a7ff70d7d34777a1bcc9b4d5aa7f0711d65b8ce4..8f4c8586c6f676099ad16abb8eafadfdfb390e17 100644
--- a/content/events/2017/june_workshop_series_2017.md
+++ b/content/events/2017/june_workshop_series_2017.md
@@ -6,8 +6,7 @@ description = "June Workshop Series 2017."
[Series Website](https://hcc.unl.edu/june-workshop-series)
=====================================================================================================================
-**June 6th and 13th: Bash and Git**
-===================================
+## **<p style="color:black; text-align: center;">June 6th and 13th: Bash and Git</p>**
Learn how to navigate in the Linux command line. Topics include the use
of pipes, filters, loops, handling text files, and how to write
@@ -21,8 +20,7 @@ Carpentry lessons.
- [Lessons](https://unlhcc.github.io/2017-06-06-UNL/)
- [Attendee Portal](http://hcc.unl.edu/swc-history/index.html)
-**June 20th: Introductory HCC**
-===============================
+## **<p style="color:black; text-align: center;"> June 20th: Introductory HCC</p>**
Learn the basics of working with Holland resources. Topics include an
overview of HCC offerings, connecting to the clusters, submitting jobs,
@@ -34,8 +32,7 @@ handling data and tips on how to optimize workflow.
- [Introduction to HCC.pptx](https://unl.box.com/s/jfr1o92npxms2gw3n1thar7prsvg340k)
- [Introduction to HCC.pdf](https://unl.box.com/s/6m55lvsxpn5jgc5ph35b04cx0t1jysz1)
-**June 27th: All about SLURM**
-==============================
+## **<p style="color:black; text-align: center;">June 27th: All about SLURM</p>**
Learn all about the Simple Linux Utility for Resource Management
(SLURM), HCC's workload manager (scheduler) and how to select the best
diff --git a/content/quickstarts/connecting/basic_linux_commands.md b/content/quickstarts/connecting/basic_linux_commands.md
index 8579cad07d7561a5c448dd571e927a1ee8a25148..d23d8e2125e9898d32a4bb3e85686366ffb0f1ea 100644
--- a/content/quickstarts/connecting/basic_linux_commands.md
+++ b/content/quickstarts/connecting/basic_linux_commands.md
@@ -43,7 +43,7 @@ Linux Commands Reference List:
<td>list: Lists the files and directories located in the current directory</td>
<td><ul>
<li>ls</li>
-<li>`ls -a`
+<li>ls -a
<ul>
<li>shows all the files in the directory, including hidden ones</li>
</ul></li>