diff --git a/services/forge/troubleshooting.myco b/services/forge/troubleshooting.myco
index ef7d800..92b0227 100644
--- a/services/forge/troubleshooting.myco
+++ b/services/forge/troubleshooting.myco
@@ -1,6 +1,8 @@
-### **Users attempting to login via the web client receive nothing but a big "500" **
-### __History__
-## The root cause:
+## **Users attempting to login via the web client receive nothing but a big "500" **
+
+## __History__
+
+### The root cause:
To put it in terms of the log retrieved via a CLI, the root cause of this issue was found on 2023-12-23 to be:
@@ -16,3 +18,3 @@ root@paimon:/etc/docker-compose/gitea# docker logs -n 1000 -f gitea | grep -v ro
-## The fix:
+### The fix: