Code blocks

interface Post {
  title: string;
  published: Date;
  tags: string[];
}

Blockquotes

Blockquotes look clean with the left bar treatment.

Inline elements

Inline code, bold, italic, and strikethrough all work as expected.

Closing

That’s the extended feature set. More to come.