Skip to main content

Emphasis

Overview

Emphasis is one of the many formatting options available within Markdown. It is typically used to highlight a selection of text. It is indicated by wrapping the desired text with ==.

Example Syntax

==This text is emphasized== and this text is not.
<p><mark>This text is emphasized</mark> and this text is not.</p>