Skip to content
All referenceText Formatting

Markdown Highlight

Learn how to highlight text in markdown using double equals signs. Syntax, platform support, and common mistakes.

What is markdown highlight?

Text highlighting in markdown is created by wrapping text with double equals signs (==). It renders with a yellow background similar to a highlighter pen. This is an extended markdown feature, not part of CommonMark, so platform support varies.

Syntax

Highlight

Wrap text in double equals signs to apply a highlight background.

Result
highlighted text

Partial word

Highlighting can be applied to part of a word.

Result
unimportantly

Platform support

PlatformSupportedNotes
ObsidianYesNative support
NotionNoUse the highlight toolbar button instead
GitHubNoNot supported in GFM
DiscordNo
SlackNo
TyporaYesEnabled in preferences

Common mistakes

Wrong
=highlighted=
Right
==highlighted==

Single equals signs will not render as highlight. You need exactly two on each side.

Wrong
== highlighted ==
Right
==highlighted==

Spaces inside the equals signs will prevent highlighting from rendering.

Tips for highlight

1Use for key takeaways

Highlight the single most important phrase in a paragraph so readers scanning the page can capture the key point.

2Check platform support first

Highlighting is not CommonMark — test on your target platform before relying on it. Obsidian supports it natively; GitHub does not.

Frequently asked questions

Everything you need to know.

1

Does GitHub support markdown highlighting?

No. GitHub Flavored Markdown does not support the ==highlight== syntax. Text will appear literally with the equals signs.

Related elements

Try it in the editor

Paste your markdown and see highlight rendered instantly with professional themes.