diff --git a/README.md b/README.md
index 0ef7e68..f1baf68 100644
--- a/README.md
+++ b/README.md
@@ -231,15 +231,17 @@ renderer = SVGRenderer(use_precise_measurement=False)
Try markdown-svg in your browser with the interactive playground:
+**🚀 [Live Demo](https://markdown-svg-production.up.railway.app/)** — no installation required!
+
+Or run locally:
+
```bash
-# Clone the repo and run the playground
git clone https://github.com/davefowler/markdown-svg
cd markdown-svg
make play
+# Open http://localhost:8765
```
-Then open http://localhost:8765
-
Features:
- Live preview as you type
- Customize styling via JSON
diff --git a/examples/kitchen-sink.md b/examples/kitchen-sink.md
index 619a4c6..663e92a 100644
--- a/examples/kitchen-sink.md
+++ b/examples/kitchen-sink.md
@@ -59,10 +59,14 @@ Images render at full width by default with a configurable aspect ratio (16:9 de
---
-### All Heading Levels
-#### Level 4
-##### Level 5
-###### Level 6
+## All Heading Levels
+
+# Heading 1
+## Heading 2
+### Heading 3
+#### Heading 4
+##### Heading 5
+###### Heading 6
---
diff --git a/playground/index.html b/playground/index.html
index d57d8d5..972d01a 100644
--- a/playground/index.html
+++ b/playground/index.html
@@ -573,6 +573,15 @@
Examples
+
+