mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
Fix markdown syntax in reference pages documentation
Correct markdown formatting for code blocks and frontmatter.
This commit is contained in:
parent
7ab7d468e5
commit
80877cbaea
1 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ All keys you can use inside a markdown page in `pages/` or `posts/`.
|
||||||
|
|
||||||
A page has two parts:
|
A page has two parts:
|
||||||
|
|
||||||
```markdown
|
````markdown
|
||||||
---
|
---
|
||||||
# Frontmatter (YAML, optional except for title)
|
# Frontmatter (YAML, optional except for title)
|
||||||
title: My Page
|
title: My Page
|
||||||
|
|
@ -17,7 +17,8 @@ toc
|
||||||
```
|
```
|
||||||
|
|
||||||
Regular markdown, plus mdcms code blocks for callouts, table of contents, post lists.
|
Regular markdown, plus mdcms code blocks for callouts, table of contents, post lists.
|
||||||
``````
|
```
|
||||||
|
````
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue