Skip to content

Commit f899f51

Browse files
author
Lugh (Druid Bot)
committed
fix: Escape HTML entities in markdown tables
- Replace < with &lt; - Replace > with &gt; - Fixes MDX compilation errors
1 parent 7fc457d commit f899f51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/general/coldstarter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Place in `scrolls/<game>/packet_handler/custom_game.lua`
254254
| State | CPU | RAM | Cost/hour |
255255
|-------|-----|-----|-----------|
256256
| **Active** (playing) | 100% | 2-8GB | $0.014 |
257-
| **Sleeping** (ColdStarter) | <1% | 10-50MB | ~$0 |
257+
| **Sleeping** (ColdStarter) | &lt;1% | 10-50MB | ~$0 |
258258
| **Waking** (starting up) | 50-100% | 2-8GB | $0.014 |
259259

260260
### Wake Times
@@ -281,7 +281,7 @@ Place in `scrolls/<game>/packet_handler/custom_game.lua`
281281

282282
### Slow Wake Times
283283

284-
**Symptoms**: Takes >60s to start
284+
**Symptoms**: Takes &gt;60s to start
285285

286286
**Solutions**:
287287
1. Enable snapshots for faster restore

0 commit comments

Comments
 (0)