From 5affa74e0d8a3099fc9ff6e6940ed62128466cc1 Mon Sep 17 00:00:00 2001
From: Felix Weinhardt <felixw@picard.iws.uni-stuttgart.de>
Date: Fri, 14 Dec 2018 11:57:25 +0100
Subject: [PATCH] [exercise-basic] changed captions Task 2, Task 3 and Task 4
 to appear bold in the readme

---
 exercises/exercise-basic/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/exercises/exercise-basic/README.md b/exercises/exercise-basic/README.md
index cc81fd40..f0dbdf87 100644
--- a/exercises/exercise-basic/README.md
+++ b/exercises/exercise-basic/README.md
@@ -25,7 +25,7 @@ Locate all the files you will need for this exercise
 * The shared __spatial parameters file__: `injection2pspatialparams.hh`
 * The shared __input file__: `exercise_basic.input`
 
-<hr><br><br>
+<hr><br>
 ### Task 2: Compiling and running an executable
 <hr>
 
@@ -54,7 +54,7 @@ make exercise_basic_2p exercise_basic_2p2c
 paraview injection-2p2c.pvd
 ```
 
-<hr><br><br>
+<hr><br>
 ### Task 3: Setting up a new executable (for a non-isothermal simulation)
 <hr>
 
@@ -77,7 +77,7 @@ make # should rerun cmake
 make exercise_basic_2pni # builds new executable
 ```
 
-<hr><br><br>
+<hr><br>
 ### Task 4: Setting up a non-isothermal __2pni__ test problem
 <hr>
 
-- 
GitLab