Skip to content
Snippets Groups Projects
Commit 58389102 authored by Bartke Simon's avatar Bartke Simon
Browse files

Corrected ordered list

parent fe47f98f
No related branches found
No related tags found
No related merge requests found
...@@ -34,13 +34,16 @@ Zur Analyse definieren eine neue Variable: ...@@ -34,13 +34,16 @@ Zur Analyse definieren eine neue Variable:
```{r} ```{r}
gfc$gdpeegdpuu = gfc$GDPE/gfc$GDPU gfc$gdpeegdpuu = gfc$GDPE/gfc$GDPU
``` ```
Diese Variable ist interessant, weil: Diese Variable ist interessant, weil:
1. Item 1 1. Item 1
2. Item 2 2. Item 2
3. Item 3 3. Item 3
+ Item 3a + Item 3a
+ Item 3b + Item 3b
## Plot ## Plot
```{r} ```{r}
plot(gfc$gdpeegdpuu) plot(gfc$gdpeegdpuu)
......
...@@ -1542,8 +1542,19 @@ Datensatz</h2> ...@@ -1542,8 +1542,19 @@ Datensatz</h2>
<h2><span class="header-section-number">1.2</span> Analyse</h2> <h2><span class="header-section-number">1.2</span> Analyse</h2>
<p>Zur Analyse definieren eine neue Variable:</p> <p>Zur Analyse definieren eine neue Variable:</p>
<pre class="r"><code>gfc$gdpeegdpuu = gfc$GDPE/gfc$GDPU</code></pre> <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 + <p>Diese Variable ist interessant, weil: 1. Item 1<br />
Item 3a + Item 3b</p> 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>
<div id="plot" class="section level2" number="1.3"> <div id="plot" class="section level2" number="1.3">
<h2><span class="header-section-number">1.3</span> Plot</h2> <h2><span class="header-section-number">1.3</span> Plot</h2>
......
...@@ -50,6 +50,15 @@ Diese Variable ist interessant, weil: ...@@ -50,6 +50,15 @@ Diese Variable ist interessant, weil:
+ Item 3a + Item 3a
+ Item 3b + Item 3b
Diese Variable ist interessant, weil:
1. Item 1
2. Item 2
3. Item 3
+ Item 3a
+ Item 3b
## Plot ## Plot
```r ```r
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment