Basics
Basic text: bold, italic, strike, inline code.
echo "code block"
Blockquote: keep it short.
lists
- Unordered item
- Ordered item
- Task done
table
| Col A | Col B |
|---|---|
| 1 | 2 |
links
Link and
math (KaTeX)
KaTeX inline: $E = mc^2$.
$$ \int_0^1 x^2\,dx = \frac{1}{3} $$mermaid
graph TD
A[Start] --> B{Choice}
B --> |Yes| C[Do it]
B --> |No| D[Skip]