# Getting Started A quick guide to md features. ## Mermaid Diagrams ```mermaid graph LR A[Markdown Files] --> B(md) B --> C{File Type?} C -->|.md| D[Rendered HTML] C -->|other| E[Served as-is] ``` ## Admonition Callouts > [!NOTE] > Useful for highlighting information. > [!TIP] > Helpful suggestions for the reader. > [!IMPORTANT] > Key information that should not be skipped. > [!WARNING] > Cautionary advice about potential pitfalls. > [!CAUTION] > Strong warning about possible negative consequences. ## Wiki Links Link to other pages with `[[filename]]` syntax: - [[notes]] links to the notes page - [[README]] links to the main readme - Fragment links work too: [[notes#warning]]