Devonian Times Masthead

The DEVONtechnologies Blog

How to Use Markdown Callouts

May 5, 2026 — Jim Neumann
Screenshot showing a Markdown document in DEVONthink with callouts.

Callouts are highlighted blocks of text in a document showing notes or asides. For example, in a textbook or an online tutorial, you have likely come across highlighted blocks pointing out tips, notes, or important information. In DEVONthink To Go 4.1 Lagrange, our new Markdown renderer now supports easily creating them in your Markdown documents.

In Markdown, callouts are a type of blockquote but use a special syntax: > [!type-of-callout] Optional Title. Make sure there is no space between the exclamation point and the callout type. In the next line, you start with another > and then type your text. Here are the supported callouts (you can see what they look like in the screenshot above):

Important

> [!important] Boating Tip
> Remember this alliterative phrase: Red right, returning…

Note

This is the same as [!info].

> [!note] 
> The minimum system requirement is macOS 13.5 Ventura.

Warning

You can create multi-line callouts by placing a blockquote character on each line.

> [!warning] Beware of coral snakes
> When you see a snake, repeat this rhyme:  
> Red touch black, friend of Jack  
> Red touch yellow, kill a fellow.

Caution

> [!caution]
> Slow down for yellow lights.

Tip

> [!tip] Accounting Trick 01
> Errors in numerical transposition are always divisible by 9.

Currently, this feature is only available in DEVONthink To Go, but we’re also bringing it to DEVONthink in a future release.

💬 Discuss this post in our user forum.