Arcane Lexicon supports two callout authoring styles:
- GitHub-style callout markdown (
> [!TYPE]). - 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#
Syntax#
GitHub Syntax#
> [!NOTE]
> Note body text
> [!WARNING] Optional title
> Warning body text
Tag Syntax#
<Warning title="Java 21 Required">
Warning body text
</Warning>