Skip to content
Back to Journal
GuideMay 1, 2026·2 min read

How to Bold Text in Markdown

The complete guide to making text bold in markdown — syntax, platform differences, and common mistakes.

The quick answer: Wrap text with double asterisks — bold text — to make it bold.

Basic Syntax

There are two ways to bold text in markdown:

  • bold text — double asterisks (recommended)
  • __bold text__ — double underscores (less compatible)
Both produce the same result visually, but double asterisks work more reliably across all platforms.

Bold + Italic Together

To combine bold and italic, use three asterisks: bold and italic

This renders as bold italic text — useful for critical warnings or strong emphasis.

Platform Differences

Most markdown platforms (GitHub, Notion, Obsidian, Discord) support bold. The exception is Slack, which uses single asterisks bold instead of double asterisks. If you're formatting for Slack, use text not text.

Common Mistakes

The most common mistake is adding spaces inside the asterisks: bold will not render as bold. The asterisks must touch the text directly.

Also watch for mismatched markers: *bold (one asterisk on one side, two on the other) won't render correctly.

When to Use Bold

Reserve bold for genuinely important words — key terms, warnings, and critical phrases. If you bold everything, nothing stands out. A good rule: one or two bolded phrases per paragraph maximum.


For the full reference including all syntax variants and platform support, see the Markdown Bold reference guide.

Ready to put this into practice? Paste your markdown into the free MarkdownTools PDF exporter or HTML converter — no signup required.

Frequently Asked Questions

How do you bold text in markdown?

Wrap the text in double asterisks: **bold text**. This works on GitHub, Notion, Discord, Obsidian, and all standard markdown platforms.

What is the keyboard shortcut for bold in markdown?

Most markdown editors support Ctrl+B (Windows/Linux) or Cmd+B (Mac) to wrap selected text in **double asterisks** automatically.

Why is my bold not working in markdown?

The most common cause is spaces inside the asterisks: "** bold **" will not render. The asterisks must touch the text directly: "**bold**".

Does Slack use the same bold syntax as markdown?

No. Slack uses *single asterisks* for bold, while standard markdown uses **double asterisks**. This is a common source of confusion.

MT

MarkdownTools Team

May 1, 2026

Try it free

Make your AI output beautiful

Paste markdown from ChatGPT or Claude. Pick a theme. Export as PDF or HTML in seconds.

Open App — It's Free