Markdown Showcase

A comprehensive test of markdown features for ATProto[1] publishing.

Inline Formatting

Plain text with bold, italic, bold italic, strikethrough, and code spans mixed together.

Here's a link with bold inside and some text with café, 日本語, and 🎉 multi-byte characters.

Multiple Code Blocks

def greet(name: str) -> str:
    return f"Hello, {name}!"
echo "Hello from the shell"
curl -s https://example.com | jq .

Nested Lists

  • Top level

    • Nested item one

    • Nested item two

      • Deeply nested

  • Another top level

Blockquote

The best way to predict the future is to invent it.

Alan Kay

Horizontal Rules

Content above.


Content below.

Heading Levels

Third Level

Fourth Level
Fifth Level

Simple paragraph to end the document.


Notes