Callout Blocks
GitHub callout markdown and callout tag components

Arcane Lexicon supports two callout authoring styles:

  1. GitHub-style callout markdown (> [!TYPE]).
  2. Rich markdown callout tags (<Note>, <Warning>, etc.).

GitHub-style callouts render as compact GitHub-like alerts. Rich callout tags render as branded Arcane components with larger icon treatment and stronger theme styling.

GitHub-Style Callouts#

Note#

Note

Informational content for additional context.

Tip#

Tip

Suggestions and best-practice guidance.

Important#

Important

High-priority content that should not be skipped.

Warning#

Warning

Potentially problematic operations or caveats.

Caution#

Caution

Dangerous or irreversible actions.

Optional Title#

Java 21 Required

Arcane Lexicon tooling requires Java 21 or newer in this environment.

Rich Callout Tags#

Tag Note
Tag-based callouts are component-rendered.
Tag Tip
These use Arcane Lucide icons.
Tag Info
Info maps to note styling.
Tag Check
Check maps to tip styling.
Tag Warning
Warning style variant.
Tag Caution
Caution style variant.
Tag Important
Important style variant.

Syntax#

GitHub Syntax#

> [!NOTE]
> Note body text

> [!WARNING] Optional title
> Warning body text

Tag Syntax#

<Warning title="Java 21 Required">
  Warning body text
</Warning>