From d1eaebfc7660f8c8771e4329dfa1fa2fc0a3da3c Mon Sep 17 00:00:00 2001
From: Gottfried Gaisbauer <gogo@servus.at>
Date: Thu, 7 Mar 2019 17:52:23 +0100
Subject: [PATCH] markdownshizzle

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

diff --git a/README.md b/README.md
index 82d8cab4..07ded210 100644
--- a/README.md
+++ b/README.md
@@ -133,22 +133,22 @@ The heart of AURA Engine. It uses the built in mixer, to switch between differen
 #### Find Help
 
 ##### Liquidsoap
-Reference: \
+Reference:  
 http://savonet.sourceforge.net/doc-svn/reference.html
 ##### Python
-Reference: \
+Reference:  
 https://docs.python.org/3.5/ 
 
 #### Interfaces
 
 ##### From Aura Engine
 
-_Soundserverstate_ \
-Returns true and false values of the internal In- and Outputs \
+_Soundserverstate_  
+Returns true and false values of the internal In- and Outputs  
 /api/v1/soundserver_state
 
 _Trackservice_  
-/api/v1/trackservice/<selected_date> \
+/api/v1/trackservice/<selected_date>  
 /api/v1/trackservice/
 
 ##### To Aura Engine
@@ -179,7 +179,7 @@ You can configure up to **five** streams. You find the settings in the engine.in
 
 ### Troubleshooting
 
-**If you cannot find correct ALSA settings** \\
+**If you cannot find correct ALSA settings**  
 Well, this is - at least for me - a hard one. I could not manage to find correct ALSA settings for the above mentioned soundcards. The best experience i had with the ASUS Xonar DGX, but still very problematic (especially the first couple of minutes after starting liquidsoap). Since i enabled JACK support i only use that. It is also a bit of trial and error, but works pretty much out of the box.
 
 **If you experience 'hangs' or other artefacts on the output signal**
-- 
GitLab