From ae480fcc8fbcb080a885104835aa25b35feb338b Mon Sep 17 00:00:00 2001
From: Simon <simon.bartke@uni-hamburg.de>
Date: Tue, 8 Nov 2022 11:59:37 +0100
Subject: [PATCH] final commit

---
 demo.Rmd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/demo.Rmd b/demo.Rmd
index 2de344a..04ad03a 100644
--- a/demo.Rmd
+++ b/demo.Rmd
@@ -3,13 +3,13 @@ title: "Übungsblatt 6"
 author: "Team Foo"
 date: "`r Sys.Date()`"
 output:
-  pdf_document:
-    toc: yes
   html_document:
     keep_md: true
     toc: true
     toc_float: true
     number_sections: true
+  pdf_document:
+    toc: yes
 ---
 
 ```{r setup, include=FALSE}
-- 
GitLab