Hello from Markdown
Welcome
This post is stored as a local Markdown file in the content/ directory — no Notion needed.
You can write all standard Markdown here:
- Bold and italic text
inline code- Links
Code blocks
function greet(name) {
return `Hello, ${name}!`
}
Tables
| Column A | Column B |
|---|---|
| Value 1 | Value 2 |
| Value 3 | Value 4 |
Blockquotes
Markdown posts and Notion posts appear together in the same blog feed.
That's it — add more .md files to the content/ directory to create more posts.