From b3ce2fe7394a7d78716ce7dc3684b55945c21aba Mon Sep 17 00:00:00 2001
From: ovari123 <ovari123@zoho.com>
Date: Mon, 27 Jan 2025 18:42:51 -0400
Subject: [PATCH] jams/index.md: table
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Update pure HTML tables to show italic formatting
*…* → <i>…</i>

Update pure HTML tables to show code formatting
`…` → <code>…</code>

Change-Id: I4625f668ee6064fead33b47a876122635a8ac450
---
 jams/index.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/jams/index.md b/jams/index.md
index a5e2012..6ab824b 100644
--- a/jams/index.md
+++ b/jams/index.md
@@ -226,7 +226,8 @@ The admin should provide most of the required information; however, below is a d
 </tr>
 <tr>
 <td><strong>Server Address</strong></td>
-<td>The address of the server with respect to the JAMS server, the LDAP is not required to be publicly accessible but should be accessible to JAMS. Either `ldap://` or `ldaps://` should precede the address.</td>
+<td>The address of the server with respect to the JAMS server, the LDAP is not required to be publicly accessible but should be accessible to JAMS.
+  Either <code>ldap://</code> or <code>ldaps://</code> should precede the address.</td>
 </tr>
 <tr>
 <td><strong>Port</strong></td>
@@ -234,7 +235,8 @@ The admin should provide most of the required information; however, below is a d
 </tr>
 <tr>
 <td><strong>Administrator Username</strong></td>
-<td>This is <strong>NOT</strong> the LDAP's administration account credentials but the credentials of the account that has *read* permissions to the LDAP database in order to look up users. The format is generally `cn=bot,ou=robots,dc=domain,dc=org`.</td>
+<td>This is <strong>NOT</strong> the LDAP's administration account credentials but the credentials of the account that has <i>read</i> permissions to the LDAP database in order to look up users.
+  The format is generally <code>cn=bot,ou=robots,dc=domain,dc=org</code>.</td>
 </tr>
 <tr>
 <td><strong>Password</strong></td>
@@ -274,7 +276,8 @@ The admin should provide most of the required information; however, below is a d
 </tr>
 <tr>
 <td><strong>Administrator Username</strong></td>
-<td>This is <strong>NOT</strong> the Active Directory's administration account credentials but the credentials of the account that has *read* permissions to the Active Directory database in order to look up users. The format is generally `cn=bot,ou=robots,dc=domain,dc=net`.</td>
+<td>This is <strong>NOT</strong> the Active Directory's administration account credentials but the credentials of the account that has <i>read</i> permissions to the Active Directory database in order to look up users.
+  The format is generally <code>cn=bot,ou=robots,dc=domain,dc=net</code>.</td>
 </tr>
 <tr>
 <td><strong>Password</strong></td>
@@ -286,7 +289,7 @@ The admin should provide most of the required information; however, below is a d
 </tr>
 <tr>
 <td><strong>Domain Name</strong></td>
-<td>This is the legacy-formatted Windows Domain Name (i.e., `WINDOMAIN`).</td>
+<td>This is the legacy-formatted Windows Domain Name (i.e., <code>WINDOMAIN</code>).</td>
 </tr>
 </tbody>
 </table>
-- 
GitLab