From b185d16119144ddeb8c09f85804d25655d9c0720 Mon Sep 17 00:00:00 2001
From: David Seus <david.seus@ians.uni-stuttgart.de>
Date: Tue, 13 Oct 2020 13:52:02 +0200
Subject: [PATCH] fix layout of warning

---
 Usecases/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Usecases/README.md b/Usecases/README.md
index 92dce42..694e224 100644
--- a/Usecases/README.md
+++ b/Usecases/README.md
@@ -127,11 +127,11 @@ In detail:
   If more than one entry is given in `resolutions`, all pairs are being calculated in parallel. This is usefull if one is interested in the results
   of the same usecase but calcuated for different mesh sizes h.
   Notably, if `mesh_study` is `True`you should have most of the above commented out, and data for a mesh study is performed. Notably space-time errornorms are put out.
-  '''
+  >>>
   **!Warning!**
   Notably the last to pairs take a long time to calculate and memory shortage
   might be an issue depending on your machine.
-  '''
+  >>>
 
 - `starttimes = {0: 0.0}` starttimes gives a list of starttimes to run the simulation from.
   The list is looped over and a simulation is run with t_0 as initial time
-- 
GitLab