diff --git a/jams/index.md b/jams/index.md index a5e20121e76aa88570dca0c281e71b28bdf03a1f..6ab824b92827e50427e024cd58dab9c6869fe6ff 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>