Files
yn/test/md/github-alerts.md
T

1.0 KiB

GitHub Alerts Test

This document tests GitHub-style alert syntax supported by Yank Note.

Note Alert

Note

Useful information that users should know, even when skimming content.

Tip Alert

Tip

Helpful advice for doing things better or more easily.

Important Alert

Important

Key information users need to know to achieve their goal.

Warning Alert

Warning

Urgent info that needs immediate user attention to avoid problems.

Caution Alert

Caution

Advises about risks or negative outcomes of certain actions.

Alerts with Rich Content

Note

This alert contains bold, italic, and code formatting.

It can also contain:

  • List item 1
  • List item 2

And even links.

Warning

// Code blocks work inside alerts too
console.warn("Be careful!");

Multiple Alerts

Tip

First tip about the feature.

Warning

Important warning about the same feature.

Note

Additional notes to consider.