diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md
index 866bd657e225fddd466f4e58b97097eae5598e8b..b307dad4e880bf0420bf413df3d106e6728e5fb4 100644
--- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md
+++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md
@@ -56,6 +56,7 @@ JupyterHub contain R kernel. It can be started either in the notebook or in the
 ## RStudio
 
 For using R with RStudio please refer to [Data Analytics with RStudio](data_analytics_with_rstudio.md).
+
 ## Install Packages in R
 
 By default, user-installed packages are saved in the users home in a subfolder depending on
diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_rstudio.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_rstudio.md
index 2a73cfde079b83c529fbe76c33a32ec4dcac87a5..46f5ac3985d56d8d3c8d84d39376559ae3a4fe6b 100644
--- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_rstudio.md
+++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_rstudio.md
@@ -1,4 +1,4 @@
-# Data Analytics with RStudio 
+# Data Analytics with RStudio
 
 [RStudio](<https://rstudio.com/) is an integrated development environment (IDE) for R. It includes
 a console, syntax-highlighting editor that supports direct code execution, as well as tools for
@@ -11,8 +11,8 @@ similarly to a new kernel from [JupyterLab](../access/jupyterhub.md#jupyterlab)
 {: style="width:90%" }
 
 ???tip
-    If an error "could not start rstudio in time" occurs, try reloading the webpage with F5. 
+    If an error "could not start rstudio in time" occurs, try reloading the webpage with F5.
 
-???note 
+???note
     Please note that it is currently not recommended to use an interactive x11 job with the
     desktop version of RStudio, as described, for example, in introduction to HPC-DA slides.