-
I'd like to know if I can include and/or preserve a YAML frontmatter in the Markdown and GFM output. Use case: I'd like to use a Quarto notebook as blog post. The blogging platform takes GFM as input (Docusaurus). The blog post meta data is in a YAML frontmatter. Workaround: concatenate the desired YAML frontmatter from an external file. This is suboptimal, as it breaks the self-containment and requires extra build scaffolding. Desired functionality: provide a flag to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I should have taken a closer look at the docs. Via projects, adding this to
Any *.qmd files now keep the YAML frontmatter intact. |
Beta Was this translation helpful? Give feedback.
I should have taken a closer look at the docs. Via projects, adding this to
_quarto.yml
does the job:Any *.qmd files now keep the YAML frontmatter intact.