mirror of
https://github.com/purocean/yn.git
synced 2026-09-01 15:37:16 +08:00
e9731f08a6
Agent-Logs-Url: https://github.com/purocean/yn/sessions/423ca3b8-9674-4d0f-98d1-bc1fd5c33c5d Co-authored-by: purocean <7115690+purocean@users.noreply.github.com>
1.0 KiB
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
codeformatting.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.