Kitchen Sink
Penned on February 26, 2026.
This is a dummy post to test the blog pipeline. It covers all the common markdown elements.
Headings
Third level
Fourth level
Text formatting
Here's some bold text, italic text, and bold italic. Also some inline code and strikethrough.
Links
Here's a link to nowhere and an autolink: https://example.com
Lists
Unordered:
- First item
- Second item
- Nested item
- Another nested
Ordered:
- First
- Second
- Third
Blockquote
This is a blockquote. It can span multiple lines and contain formatting.
It can also have multiple paragraphs.
Code block
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet("world");
Table
| Name | Role | Status |
|---|---|---|
| Alice | Engineer | Active |
| Bob | Designer | Away |
Horizontal rule
Image embed (Obsidian syntax)
Footnote-style content
That's it. If this renders correctly, the pipeline works.