Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.04 KB

callouts.md

File metadata and controls

56 lines (37 loc) · 1.04 KB

/* Title: Callouts Author: The Codex Project */

Callouts

Blockquote callouts are really nice for drawing attention to important information. Callouts are automatically generated whenever you start a blockquote with a special trigger word.

Trigger words are case insensitive, and must be one of the following:

Type Trigger
Danger danger, attention
Warning warning, notice
Info info, note
Hint hint, tip

Danger

> **Attention!** Everything will break if you do not spin in your chair before coding.

Produces:

Attention! Everything will break if you do not spin in your chair before coding.

Warning

> **Warning,** You might get dizzy from spinning.

Produces:

Warning, You might get dizzy from spinning a lot.

Info

> **Info:** Astronauts do this as part of their training.

Produces:

Info: Astronauts do this as part of their training.

Hint

> **Tip:** Keep a bucket near by.

Produces:

Tip: Keep a bucket near by.