From f487201bf8bb65ed2cf29016dcf192f660145015 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sat, 28 Aug 2021 15:58:59 -0400
Subject: [PATCH] escape html

---
 devNotes/QuickList.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devNotes/QuickList.md b/devNotes/QuickList.md
index 664a2072e9b..dde49595cef 100644
--- a/devNotes/QuickList.md
+++ b/devNotes/QuickList.md
@@ -8,7 +8,7 @@ QuickList is built from the interaction of six parts.
 4] The Slave Summary Passage contains the actual quick list table, which
 	if shown has a button for each slave name in the list, in columns up
 	to 5 wide.
-5] The Slave Summary Passage contains invisible <a> links or any other
+5] The Slave Summary Passage contains invisible `<a>` links or any other
 	html element nearby or tied to each slave's name. These are
 	generated with an html attribute id set to "slave-##" where ## is the
 	slave's ID.
-- 
GitLab