From d2d175bc60895b20387fdc3a1661ee0bba648430 Mon Sep 17 00:00:00 2001
From: Kai <37978933+froeb@users.noreply.github.com>
Date: Mon, 20 May 2024 03:36:36 +0100
Subject: [PATCH] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 91e6f8d..28e0f1c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-markdownCopy code
+
# Eisvogel
@@ -70,7 +70,7 @@ pandock example.md -o example.pdf --template eisvogel --listings
In order to have nice headers and footers you need to supply metadata to your document. You can do that with a [YAML metadata block](http://pandoc.org/MANUAL.html#extension-yaml_metadata_block) at the top of your markdown document (see the [example markdown file](https://chatgpt.com/c/examples/basic-example/document.md)). Your markdown document may look like the following:
```
-markdownCopy code---
+---
title: "The Document Title"
author: [Example Author, Another Author]
date: "2017-02-20"