Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MeikeSteinhilber committed Mar 20, 2024
1 parent 7973e50 commit b5cf18c
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions vignettes/Learning-Design.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,24 @@ output:
toc: true
toc_depth: 4
fig_caption: false # important for the alt texts
# css: css/style.css

vignette: >
%\VignetteIndexEntry{FAQ}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{css, echo=FALSE}
.images-shadow {
box-shadow: 12px 12px 15px rgba(0,0,0,0.25), 0px 0px 15px rgba(0,0,0,0.25);
margin-bottom: 15px;
margin-left: 15px;
}
```


```{r setup, include=FALSE}
knitr::opts_chunk$set(
echo = TRUE,
Expand Down Expand Up @@ -92,9 +104,18 @@ Das Template enthält alle relevanten Bausteine für ein Otter-Tutorial und Komm

So Sieht das Template aus, wenn es geknittet wurde:

![Bild zeigt das Otter Template nach dem Knitten.](figures/template-1.png){.images-shadow width="100%"}
<!-- ![Bild zeigt das Otter Template nach dem Knitten.](figures/template-1.png){.images-shadow width="100%"} -->

<figure>
<img src="figures/template-1.png" alt="Bild zeigt das Otter Template nach dem Knitten." class="images-shadow" style="width: 100%;">
<!-- Caption can go here if needed using <figcaption> -->
</figure>


![Bild zeigt das Otter Template nach dem Knitten.](figures/template-2.png){.absolute .images-shadow width="100%"}
<figure>
<img src="figures/template-2.png" alt="Bild zeigt das Otter Template nach dem Knitten." class="images-shadow" style="width: 100%;">
<!-- Caption can go here if needed using <figcaption> -->
</figure>

### Ablauf eines neuen Tutorials

Expand Down

0 comments on commit b5cf18c

Please sign in to comment.