#Getting Started
A quick guide to md features.
#Mermaid Diagrams
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: