getting-started.mdRaw

#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.

Link to other pages with [[filename]] syntax:

  • notes links to the notes page
  • README links to the main readme
  • Fragment links work too: notes