Markdown Demo
Markdown Demo post in English
This short article lives directly as a Markdown file inside the _posts/ folder. It now uses English copy so that it matches the rest of the example content in this starter.
Why keep this file?
- It is the simplest way to document how plain Markdown posts render.
- The front matter is minimal—just the title.
- You can copy this file to start a new article quickly.
Extra sample content
Below is a quote, a code block, and a table so you can verify Eleventy renders common Markdown constructs correctly.
Good docs feel welcoming in every language.
export function hello(name) {
return `Hello, ${name}!`;
}
| Column | Value |
|---|---|
| Status | Draft |
| Reviewer | TBD |