From f395b88239b418ca50e4661e76f3108f72606b45 Mon Sep 17 00:00:00 2001
From: Pascal Engeler <engelerp@phys.ethz.ch>
Date: Fri, 27 Aug 2021 18:11:49 +0200
Subject: [PATCH] reformat

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 6e4ab72..448b91f 100644
--- a/README.md
+++ b/README.md
@@ -107,11 +107,17 @@ Todo
 **Public Function Members**
 - `void start_drawing(const float x, const float y)`:
   - <ins>Desc</ins>: 
+
     Start drawing at coordinates (`x`, `y`) (typically fingerdown location). Doesn't draw anything. 
+  
   - <ins>Pre</ins>:
+
   - <ins>Post</ins>: 
+  
     Drawing start is set to (x, y).
+
   - <ins>Notes</ins>: 
+    
     Nothing is drawn by this function. (x, y) are typically the fingerdown coordinates.
 
 - `bool draw(const float x, const float y, Toolbox& tb, bool drawing)`
-- 
GitLab