From 58389102a6d24165c0df1f047b509ba72d928999 Mon Sep 17 00:00:00 2001
From: bartsimo <bartke.simon@gmail.com>
Date: Fri, 8 Jul 2022 17:14:20 +0200
Subject: [PATCH] Corrected ordered list

---
 demo_final.Rmd  |  7 +++++--
 demo_final.html | 15 +++++++++++++--
 demo_final.md   | 11 ++++++++++-
 3 files changed, 28 insertions(+), 5 deletions(-)

diff --git a/demo_final.Rmd b/demo_final.Rmd
index 3560fd7..341a0c8 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 c27d3e7..08ee283 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 1d623d2..d49bc58 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
 
-- 
GitLab