think-server v2 ✨
Polished markdown hosting for x056.think.val.id.
Features
- Resizable container (drag right edge, or use width presets)
- Font selector: System UI, Inter, Merriweather, Atkinson Hyperlegible, JetBrains Mono
- Font size controls
- Justified text toggle
- Dark/light theme
- Download .md button
- Click diagrams for fullscreen
- Resizable table columns
Mermaid Demo
graph LR
A[Upload .md] --> B[think-server]
B --> C[Beautiful HTML]
C --> D{User happy?}
D -->|Yes| E[🎉]
D -->|No| F[Iterate]
F --> C
Table Demo
| Feature | Status | Priority |
|---|---|---|
| Resizable container | ✅ Done | High |
| Font selector | ✅ Done | High |
| Fullscreen diagrams | ✅ Done | Medium |
| Resizable tables | ✅ Done | Medium |
| Download .md | ✅ Done | Low |
| Dark mode | ✅ Done | High |
Code Block
def hello():
print("think-server v2 is live!")
A blockquote with some italic and bold text. The quick brown fox jumps over the lazy dog.
End of demo.