Fix markdown syntax in reference pages documentation

Correct markdown formatting for code blocks and frontmatter.
This commit is contained in:
Kristian Benestad 2026-05-21 12:14:14 +07:00 committed by GitHub
parent 7ab7d468e5
commit 80877cbaea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ All keys you can use inside a markdown page in `pages/` or `posts/`.
A page has two parts:
```markdown
````markdown
---
# Frontmatter (YAML, optional except for title)
title: My Page
@ -17,7 +17,8 @@ toc
```
Regular markdown, plus mdcms code blocks for callouts, table of contents, post lists.
``````
```
````
---