diff --git a/demo_final.Rmd b/demo_final.Rmd
index 3560fd744be58b41af84bf787244e0a7fc6d9109..341a0c8bad8fe8c36a0c7059e3bf08312d167878 100644
--- a/demo_final.Rmd
+++ b/demo_final.Rmd
@@ -34,12 +34,15 @@ Zur Analyse definieren eine neue Variable:
 ```{r}
 gfc$gdpeegdpuu = gfc$GDPE/gfc$GDPU
 ```
-Diese Variable ist interessant, weil:
-1. Item 1
+
+Diese Variable ist interessant, weil:  
+
+1. Item 1  
 2. Item 2
 3. Item 3
     + Item 3a
     + Item 3b
+    
 
 ## Plot
 ```{r}
diff --git a/demo_final.html b/demo_final.html
index c27d3e7dab4244996d5e7a10e96cd86eea666bb4..08ee28310c95319d12b7d2c9a0623dd72103b5a2 100644
--- a/demo_final.html
+++ b/demo_final.html
@@ -1542,8 +1542,19 @@ Datensatz</h2>
 <h2><span class="header-section-number">1.2</span> Analyse</h2>
 <p>Zur Analyse definieren eine neue Variable:</p>
 <pre class="r"><code>gfc$gdpeegdpuu = gfc$GDPE/gfc$GDPU</code></pre>
-<p>Diese Variable ist interessant, weil: 1. Item 1 2. Item 2 3. Item 3 +
-Item 3a + Item 3b</p>
+<p>Diese Variable ist interessant, weil: 1. Item 1<br />
+2. Item 2 3. Item 3 + Item 3a + Item 3b</p>
+<p>Diese Variable ist interessant, weil:</p>
+<ol style="list-style-type: decimal">
+<li>Item 1<br />
+</li>
+<li>Item 2</li>
+<li>Item 3
+<ul>
+<li>Item 3a</li>
+<li>Item 3b</li>
+</ul></li>
+</ol>
 </div>
 <div id="plot" class="section level2" number="1.3">
 <h2><span class="header-section-number">1.3</span> Plot</h2>
diff --git a/demo_final.md b/demo_final.md
index 1d623d214e9f94fc691cfb7720c0e63447532e43..d49bc5832afccdb31abe046f0e06e7c9087c64a3 100644
--- a/demo_final.md
+++ b/demo_final.md
@@ -44,11 +44,20 @@ Zur Analyse definieren eine neue Variable:
 gfc$gdpeegdpuu = gfc$GDPE/gfc$GDPU
 ```
 Diese Variable ist interessant, weil:
-1. Item 1
+1.  Item 1  
 2. Item 2
 3. Item 3
     + Item 3a
     + Item 3b
+    
+Diese Variable ist interessant, weil:  
+
+1. Item 1  
+2. Item 2
+3. Item 3
+    + Item 3a
+    + Item 3b
+    
 
 ## Plot