Admonition Preview
This post helps verify how admonitions render across the site before we start using them in production articles. Each section below shows the Markdown you need and the rendered output you should expect.
Basic Note
Markdown
> [!NOTE]> This is a gentle reminder that notes stand out without feeling urgent.Rendered
This is a gentle reminder that notes stand out without feeling urgent.
Helpful Tip
Markdown
> [!TIP]> Share shortcuts, productivity tricks, or hidden features with a friendly tone.Rendered
Share shortcuts, productivity tricks, or hidden features with a friendly tone.
Important Warning
Markdown
> [!WARNING]> Warnings signal that something might break or behave unexpectedly if ignored.Rendered
Warnings signal that something might break or behave unexpectedly if ignored.
Critical Alert
Markdown
> [!CAUTION]> Use sparingly—this draws strong attention to breaking changes or high-risk actions.Rendered
Use sparingly—this draws strong attention to breaking changes or high-risk actions.
Mixed Content
You can include bold text, inline code, or even links like Astro docs.