Markdown Cheatsheet¶
Formatting
**bold** *italic* ~~strikethrough~~ `inline code`
[Link text](https://example.com)
[Internal link](../about/index.md)
Lists
Code blocks โ always include a language identifier
Common identifiers: csharp gdscript python bash yaml json markdown
Admonitions
!!! tip
Helpful tip.
!!! info "Custom title"
Neutral info.
!!! warning
Be careful.
!!! danger
Serious warning.
!!! example
Worked example.
??? note "Collapsible"
Click to expand.
Collapsible
This is the collapsed content.
Tabbed content
Content for tab one.
Content for tab two.
Tables
Images
Mermaid diagrams
graph LR
A[Player] --> B[PlayerController]
B --> C[Health]
Emoji โ browse all at squidfunk.github.io/mkdocs-material/reference/icons-emojis
Grid cards
<div class="grid cards" markdown>
- :material-gamepad-variant:{ .lg .middle } **Card Title**
---
Description.
[:octicons-arrow-right-24: Link](target.md)
</div>
Keyboard keys
Ctrl+S ยท Enter
Math (LaTeX)
Inline: \(E = mc^2\) โ \(E = mc^2\)
Block: