+25
-14
@@ -1,16 +1,27 @@
|
||||
#### Title
|
||||
### Excerpt
|
||||
## Date
|
||||
---
|
||||
title: Post title
|
||||
date: "2026-06-10"
|
||||
excerpt: A short description shown on the homepage.
|
||||
slug: post-title
|
||||
draft: true
|
||||
---
|
||||
|
||||
yap
|
||||
** bold **
|
||||
* italic *
|
||||
> quote
|
||||
`code`
|
||||
- list
|
||||
- list
|
||||
1. one
|
||||
2. two
|
||||
---
|
||||
[link](link.com)
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user