diff --git a/jams/index.md b/jams/index.md index 4270ae31053667ea4fed6a32713acc2bba05b9de..a1fac91b6cb7faa7a0d1da139bb9727653cb4a20 100644 --- a/jams/index.md +++ b/jams/index.md @@ -35,20 +35,40 @@ The source code is available at [https://git.jami.net/savoirfairelinux/jami-jams ### System requirements -```{table} -:widths: auto - -==================== ========================================================================================================================================= -Requirement Details -==================== ========================================================================================================================================= -**Processor** 1 gigahertz (GHz) or faster with 1 or more cores on a compatible 64-bit processor or System on a Chip (SoC). -**RAM** 4 gigabytes (GB). -**Storage** 1 gigabyte (GB) of available storage space. -**Operating system** GNU/Linux, Apple macOS, or Microsoft Windows. -**Java** Version 11 or higher. -**Database** LDAP-compatible directory (such as [OpenLDAP](https://www.openldap.org/)), Microsoft Active Directory (AD), or a local embedded database. -==================== ========================================================================================================================================= -``` +<table> +<thead> +<tr> +<th>Requirement</th> +<th>Details</th> +</tr> +</thead> +<tbody> +<tr> +<td><strong>Processor</strong></td> +<td>1 gigahertz (GHz) or faster with 1 or more cores on a compatible 64-bit processor or System on a Chip (SoC).</td> +</tr> +<tr> +<td><strong>RAM</strong></td> +<td>4 gigabytes (GB).</td> +</tr> +<tr> +<td><strong>Storage</strong></td> +<td>1 gigabyte (GB) of available storage space.</td> +</tr> +<tr> +<td><strong>Operating system</strong></td> +<td>GNU/Linux, Apple macOS, or Microsoft Windows.</td> +</tr> +<tr> +<td><strong>Java</strong></td> +<td>Version 11 or higher.</td> +</tr> +<tr> +<td><strong>Database</strong></td> +<td>LDAP-compatible directory (such as <a href="https://www.openldap.org/">OpenLDAP</a>), Microsoft Active Directory (AD), or a local embedded database.</td> +</tr> +</tbody> +</table> ### JAMS concepts