markdown-test-short.mdβ’552 B
# Markdown Quick Test
**Quick test document** for rapid development iteration.
## Key Features
- Text formatting: **bold**, *italic*, `code`
- Lists work β
- Page numbers at bottom
### Code Block
```javascript
function hello() {
console.log("Syntax highlighting works!");
}
```
### Mermaid Diagram
```mermaid
graph LR
A[Test] --> B[Works!]
```
### Table
| Feature | Status |
|---------|--------|
| Rendering | β
|
| Page Numbers | β
|
**Math:** $E = mc^2$
---
**Quick check:** Page numbers in sans-serif? Diagram rendered? β¨