diff --git a/blog-vault/posts/2025-02-05 Make Beautiful Reports with Pandoc.md b/blog-vault/posts/2025-02-05 Make Beautiful Reports with Pandoc.md index 34e489ca73996c6d65e684ef6a4ce5acd7e95fcf..8ee457167eb0a1a90bb29cc349215df4509c511f 100644 --- a/blog-vault/posts/2025-02-05 Make Beautiful Reports with Pandoc.md +++ b/blog-vault/posts/2025-02-05 Make Beautiful Reports with Pandoc.md @@ -16,7 +16,7 @@ Then, copy the `eisvogel.tex` from Eisvogel's [latest release](https://github.co # Frontmatter In order to use all of the features, you need to add some stuff to your frontmatter: -``` +```yaml --- title: Document Title subtitle: Subtitle diff --git a/content/posts/2025-02-05 Make Beautiful Reports with Pandoc.md b/content/posts/2025-02-05 Make Beautiful Reports with Pandoc.md index 0d072bbc3906da77f99c685f9db939302f04be2c..b6be2b0a02d32b28ca220d1dfb5481a6bb59701a 100644 --- a/content/posts/2025-02-05 Make Beautiful Reports with Pandoc.md +++ b/content/posts/2025-02-05 Make Beautiful Reports with Pandoc.md @@ -16,7 +16,7 @@ Then, copy the `eisvogel.tex` from Eisvogel's [latest release](https://github.co # Frontmatter In order to use all of the features, you need to add some stuff to your frontmatter: -``` +```yaml --- title: Document Title subtitle: Subtitle