· admin · Tutorials  · 1 min read

Writing Better Code Tutorials

Discover the admonition callouts available for writing rich code tutorials — notes, tips, warnings, and more.

Discover the admonition callouts available for writing rich code tutorials — notes, tips, warnings, and more.

AstroZephyrus includes admonitions — callout boxes that draw attention to important information. Use them in markdown with GitHub-style blockquote syntax, or as MDX components.

Markdown Syntax

MDX Component Syntax

You can also use the <Admonition> component directly in .mdx files, with an optional custom title:

Comments

Back to Blog

Related Posts

View All Posts »
Getting Started with AstroZephyrus

Getting Started with AstroZephyrus

Learn how to set up and customize AstroZephyrus, a modern blog theme built with Astro 5 and Tailwind CSS. This complete guide covers installation, configuration, and deployment.