Setting the file. One moment.
Subchapter 7.48
references/syntax-block-frontmatter.mdMarkdown648 BView on GitHub
Use a YAML code block as the frontmatter for slides when you need syntax highlighting and formatter support.
Instead of traditional frontmatter ---, use a yaml code block at the start of a slide:
---
theme: default
---
# Slide 1
---
```yaml
layout: quote
```
# Slide 2
---
# Slide 3