GitHub Alerts
About 104 wordsLess than 1 minute
2026-08-31
Shirone natively supports GitHub-style blockquote alerts, rendering them directly into styled alert containers without special directives.
Syntax
Start with blockquote > followed by the capitalized alert tag on the first line:
> [!NOTE]
> General note containing background context.
> [!TIP]
> Helpful advice for workflow efficiency.
> [!IMPORTANT]
> Crucial information to verify before deploying.
> [!WARNING]
> Warnings regarding potential risks or compatibility.
> [!CAUTION]
> Critical warnings before performing destructive operations.Cross-Platform Consistency
- Markdown rendered on GitHub repository previews and inside Shirone blog posts maintain consistent layout and semantics.
- Translated into semantic AST nodes matching standard admonition containers.
Copyright
Copyright Ownership:matsuzaka-yuki
License under:Attribution 4.0 International (CC-BY-4.0)