guidereference

Blog style guide — every element

A reference post showing all markdown and MDX components available when writing Tailwind blog content.

Tailwind1 min read
Blog style guide — every element

Use this page as a copy-paste reference when authoring new posts. Every supported element appears below.

Table of contents

Typography

Regular paragraph with bold, italic, strikethrough, and inline code.

Heading level 3

Heading level 4

Lists

Unordered:

  • First item
  • Second item
    • Nested item

Ordered:

  1. Step one
  2. Step two

Task list:

  • Published post
  • Draft post

Blockquote

Wind is free. Tailwind helps you use it.


Table

ScoreMeaning
80+Strong tailwind potential
50–79Mixed — plan your direction
below 50Headwind likely

Code

function windScore(speed: number, direction: number): number {
  return Math.round(speed * Math.cos(direction));
}
pnpm --filter @tailwind/web dev
{
  "title": "Hello",
  "published": true
}

Images

Alt text via markdown

Example illustration
A Figure component adds a styled caption.

Callouts

Tip: ride into the wind on the way out.
Info: scores update hourly from Open-Meteo data.
Warning: always check local conditions before heading out.

Card promo

Try the map

See live wind scores on routes near you.

Video