← All Notes

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:

Ordered:

  1. First
  2. Second
  3. 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

NameRoleStatus
AliceEngineerActive
BobDesignerAway

Horizontal rule


Image embed (Obsidian syntax)

Footnote-style content

That's it. If this renders correctly, the pipeline works.