Long demo to test colored boxes, math, lists, code, and links.
Admonition Playground
This page demonstrates colored admonition blocks using pure Markdown fenced blocks.
You can mix:
inline math like \(\hat{\epsilon}_S(h)\)
display math
lists and nested lists
normal code blocks
links and references
1. Definition + inline math
2. Theorem + proof (with steps)
3. Proposition + Corollary
4. Example + list + nested list
5. Note + link + inline code
6. Tip / Info
7. Warning / Caution / Danger
8. Admonition with a code block inside
And here is some math below it:
\[
\sigma(x) = \frac{1}{1 + e^{-x}}
\]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
## 9. A plain section after admonitions
This is normal Markdown text again.
- Item A
- Item B
- Item C
Inline math still works:
\[
\hat{h}=\arg\min_{h\in\mathcal{H}}\hat{\epsilon}(h)
\]