Skip to content
Snippets Groups Projects
Commit ed58040d authored by Felix's avatar Felix
Browse files

Did more stuff in the YAML

parent beecbdad
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,13 @@ date: "2022-10-29" ...@@ -5,8 +5,13 @@ date: "2022-10-29"
output: output:
html_document: html_document:
md_keep: true md_keep: true
theme:
bootswatch: spacelab
higlight: tango
toc: true toc: true
toc_float: true toc_float:
collapsed: false
smooth_scroll: false
number_sections: true number_sections: true
--- ---
...@@ -15,3 +20,27 @@ knitr::opts_chunk$set(echo = TRUE) ...@@ -15,3 +20,27 @@ knitr::opts_chunk$set(echo = TRUE)
library(sozoeko1) library(sozoeko1)
``` ```
# This is Headline 1
*is this italic?* **is this bold?**
[This is a Link](https://bookdown.org/yihui/rmarkdown/html-document.html)
## This is Headline 2
Is this a List?
* List
* Lister
* Listen
### This is Headline 3
# Resluts {.tabset}
## Plots text
text
## tabels
more text
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment