From 19cf42848f9484c5031fcd62acec29a6a1dd06e4 Mon Sep 17 00:00:00 2001 From: Eren Inan Canpolat Date: Tue, 21 Jul 2020 11:17:27 +0200 Subject: [PATCH] Add a remark about use of tabs in YAML frontmatter --- docs/en/core/yaml-frontmatter.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/core/yaml-frontmatter.md b/docs/en/core/yaml-frontmatter.md index b37f982c..e55ff8f4 100644 --- a/docs/en/core/yaml-frontmatter.md +++ b/docs/en/core/yaml-frontmatter.md @@ -25,6 +25,9 @@ author: - The Zettlr Team ``` +> **Attention**: In YAML specification, tab (tabulator) character is not allowed to be used as indentation. For your YAML frontmatter to be valid, use spaces for indentation. + + ## Frontmatter variables The frontmatter serves to hold a lot of useful information for both Pandoc and Pandoc citeproc. With such a frontmatter, you can control many aspects of how your document will be rendered, such as the language of the list of references. Zettlr currently supports a subset of these variables. The support for certain variables such as `nocite` or `lang` will increase in the future.