28 lines
645 B
Markdown
28 lines
645 B
Markdown
---
|
|
title: Post title
|
|
date: "2026-06-10"
|
|
excerpt: A short description shown on the homepage.
|
|
slug: post-title
|
|
draft: true
|
|
---
|
|
|
|
Write normal prose as a paragraph. A single newline inside a paragraph is treated
|
|
as normal wrapping, so use a blank line when you want a new paragraph.
|
|
|
|
Use standard Markdown formatting:
|
|
|
|
- **bold**
|
|
- *italic*
|
|
- [link text](https://example.com)
|
|
- `inline code`
|
|
|
|
> Blockquotes begin with a greater-than sign.
|
|
|
|
1. Ordered list item
|
|
2. Another ordered list item
|
|
|
|
Use a trailing backslash when a poetic line needs an explicit break:\
|
|
the next source line will appear directly below it.
|
|
|
|
A blank line starts a new stanza.
|