From c2df82b093798fe8d7b4df1cd583b0a71013d183 Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@math.uio.no>
Date: Wed, 22 Mar 2023 18:22:55 +0100
Subject: [PATCH] [doxygen][installation] Write table in markdown

---
 doc/doxygen/pages/installation.md | 49 +++++++------------------------
 1 file changed, 11 insertions(+), 38 deletions(-)

diff --git a/doc/doxygen/pages/installation.md b/doc/doxygen/pages/installation.md
index e680bb0ab6..d79368cb0e 100644
--- a/doc/doxygen/pages/installation.md
+++ b/doc/doxygen/pages/installation.md
@@ -118,41 +118,14 @@ reconfigure and build DuMux as mentioned above.
 
 Only the following Dune and DuMux versions are compatible:
 
-<table class="table table-hover">
-<tr>
-    <th>DuMux version</th>
-    <th>Dune version</th>
-</tr>
-<tr align="center">
-    <td align="left">3.5, 3.6, 3.7-git</td>
-    <td align="left">2.8, 2.9-git<sup>**</sup></td>
-</tr>
-<tr align="center">
-    <td align="left">3.3, 3.4</td>
-    <td align="left">2.7, 2.8</td>
-</tr>
-<tr align="center">
-    <td align="left">3.1, 3.2</td>
-    <td align="left">2.6<sup>*</sup>, 2.7</td>
-</tr>
-<tr align="center">
-    <td align="left">3.0</td>
-    <td align="left">2.6<sup>*</sup>, 2.7</td>
-</tr>
-<tr align="center">
-    <td align="left">2.9, 2.10, 2.11, 2.12</td>
-    <td align="left">2.4, 2.5, 2.6<sup>*</sup></td>
-</tr>
-<tr align="center">
-    <td align="left">2.6, 2.7, 2.8</td>
-    <td align="left">2.3, 2.4</td>
-</tr>
-<tr align="center">
-    <td align="left">2.5</td>
-    <td align="left">2.2, 2.3</td>
-</tr>
-</table>
-
-<sup>*</sup> Please use the most recent corresponding Git branches `releases/2.6` instead of the `2.6.0` tarballs.
-
-<sup>**</sup> Compatibility with Dune `2.9-git` is tested automatically only for DuMux `3.7-git`.
+| DuMux version     | Dune version              |
+|-------------------|---------------------------|
+| master            | 2.9, master               |
+| 3.7               | 2.9                       |
+| 3.5, 3.6, 3.7-git | 2.8, 2.9                  |
+| 3.3, 3.4          | 2.7, 2.8                  |
+| 3.1, 3.2          | 2.6<sup>*</sup>, 2.7      |
+| 3.0               | 2.6<sup>*</sup>, 2.7      |
+| 2.10, 2.11, 2.12  | 2.4, 2.5, 2.6<sup>*</sup> |
+
+<sup>*</sup> Use the most recent version of the git branch `releases/2.6` instead of the `2.6.0` tarballs.
-- 
GitLab