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

How to Italicize Text in Markdown

How to make text italic in markdown using asterisks or underscores. Syntax, examples, and when to use italic.

The quick answer: Wrap text with single asterisks — italic text — to italicize it.

Basic Syntax

Two syntaxes work for italic:

  • italic text — single asterisk (recommended)
  • _italic text_ — single underscore
Single asterisks are the safer choice. Underscores can fail mid-word on some platforms.

Combining Italic with Bold

Use text for bold, text for italic, and text for both at once. You can also nest them: bold with italic inside.

Platform Notes

Italic works everywhere — GitHub, Notion, Discord, Obsidian, Slack. The exception: Slack uses _underscore_ for italic rather than asterisks, following its own mrkdwn format.

When to Use Italic

Italic is best for:

  • Book titles, film names, and publication names
  • Technical terms being introduced for the first time
  • Foreign words or phrases
  • Soft emphasis (less urgent than bold)

Common Mistake

Single asterisks inside a word: unnaturally may not render as italic on all parsers. If you need italic mid-word, test on your target platform first.


See the Markdown Italic reference for complete syntax details and platform support.

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