From 92d42363e6f0883ff7a734bf9e23a91f43491ad3 Mon Sep 17 00:00:00 2001
From: "Praetorius, Simon" <simon.praetorius@tu-dresden.de>
Date: Mon, 27 Aug 2018 12:47:46 +0200
Subject: [PATCH] Update README.md

---
 README.md | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index b0f7323..36528e6 100644
--- a/README.md
+++ b/README.md
@@ -41,18 +41,18 @@ See also the `src/` directory for more examples.
 In Dune-Grid there is a VTK writer available, that is a bit different from the
 proposed one. A comparions:
 
-| *Property*         | *Dune-Grid* | *Dune-Vtk* |
-| ------------------ | :-------: | :------: |
-| VTK version        | 0.1       | 1.0      |
-| UnstructuredGrid   | x         | x        |
-| PolyData           | x         | -        |
-| StructuredGrid     | -         | x        |
-| RectilinearGrid    | -         | x        |
-| ImageData          | -         | x        |
-| ASCII              | x         | x        |
-| BASE64             | x         | -        |
-| APPENDED_RAW       | x         | x        |
-| APPENDED_BASE64    | x         | -        |
-| BASE64_COMPRESSED  | -         | -        |
-| APPEDED_COMPRESSED | -         | x        |
-| Parallel files     | x         | x        |
+| **Property*        | **Dune-Grid** | **Dune-Vtk** |
+| ------------------ | :-----------: | :----------: |
+| VTK version        | 0.1           | 1.0          |
+| UnstructuredGrid   | **x**         | **x**        |
+| PolyData           | **x**         | -            |
+| StructuredGrid     | -             | **x**        |
+| RectilinearGrid    | -             | **x**        |
+| ImageData          | -             | **x**        |
+| ASCII              | **x**         | **x**        |
+| BASE64             | **x**         | -            |
+| APPENDED_RAW       | **x**         | **x**        |
+| APPENDED_BASE64    | **x**         | -            |
+| BASE64_COMPRESSED  | -             | -            |
+| APPEDED_COMPRESSED | -             | **x**        |
+| Parallel files     | **x**         | **x**        |
-- 
GitLab