Back to cheat sheet

Bold

Wrap text in two asterisks (**) to make it bold. Two underscores (__) work the same way.

Markdown
This is **bold** text.
And __also bold__.
Preview

This is bold text.
And also bold.

HTML output
<p>This is <strong>bold</strong> text.<br>
And <strong>also bold</strong>.</p>

Tip — Emphasis reads best on key words rather than whole sentences.

Open in converter