# Test · Lists
---
## Unordered Lists
### Single Level
- Item one
- Item two
- Item three
- Item four
- Item five
### Two Levels
- Ionian Islands
- Κέρκυρα
- Λευκάδα
- Κεφαλονιά
- Ιθάκη
- Ζάκυνθος
- Aegean Islands
- Cyclades
- Dodecanese
- Sporades
- Cretan Sea
- Crete
### Deep Nesting (six levels)
- Level 1
- Level 2
- Level 3
- Level 4
- Level 5
- Level 6 — deepest. Indentation, bullet style, and spacing should remain legible.
- Another level 6 item
- Back to level 5
- Back to level 4
- Back to level 3
- Back to level 2
- Back to level 1
### Long Items (Wrapping)
- A very short item.
- An item with a much longer text that should wrap onto the second line without misaligning the bullet point or losing indentation. The wrapped text should align with the first character of the text, not with the bullet.
- Back to normal length.
- Another long item: Η Ιόνιος Θάλασσα εκτείνεται μεταξύ της νότιας Ιταλίας και της δυτικής Ελλάδας, φτάνοντας σε μέγιστο βάθος 5.267 μέτρα.
### Inline Formatting in List Items
- **Bold item** — the bold should not affect line height or bullet alignment.
- _Italic item_ — same check for italic.
- `code item` — monospace inside a list.
- ==Highlighted item== — highlight color in list.
- ~~Struck-through item~~ — strikethrough.
- Item with a [link](https://obsidian.md) and **bold** and _italic_ all together.
---
## Ordered Lists
### Simple
1. Weigh anchor
2. Hoist mainsail
3. Set course bearing 195°
4. Log position every four hours
5. Make landfall at Κέρκυρα
### Nested
1. Pre-departure
1. Check weather
2. Load provisions
1. Water: 20 L per person per day
2. Dry goods: 14-day supply
3. Medical kit: trauma, seasickness, antibiotics
3. File float plan
2. Underway
1. Watch rotation (4 h on / 8 h off)
2. Hourly log entries
3. Daily position fix by noon sun sight
3. Arrival
1. Contact harbour master on VHF 16
2. Clear customs
3. Log completion
### Continuing Numbering After Interruption
1. First item in a list.
2. Second item.
3. Third item.
Paragraph interrupting the list.
4. Fourth item — continues from 3 after the prose break.
5. Fifth item.
### Long Numbered List (24 items)
1. Α — Alpha
2. Β — Beta
3. Γ — Gamma
4. Δ — Delta
5. Ε — Epsilon
6. Ζ — Zeta
7. Η — Eta
8. Θ — Theta
9. Ι — Iota
10. Κ — Kappa
11. Λ — Lambda
12. Μ — Mu
13. Ν — Nu
14. Ξ — Xi
15. Ο — Omicron
16. Π — Pi
17. Ρ — Rho
18. Σ — Sigma
19. Τ — Tau
20. Υ — Upsilon
21. Φ — Phi
22. Χ — Chi
23. Ψ — Psi
24. Ω — Omega
---
## Task Lists
### Standard Checkboxes
- [ ] Unchecked task
- [x] Checked task — complete
- [ ] Another open task
- [x] Nested and complete
- [ ] Nested and open
- [x] Checked with children
- [x] Child also complete
- [ ] Child still open
- [ ] Grandchild open
### Task List with Inline Formatting
- [x] **Bold completed task**
- [ ] _Italic pending task_
- [x] Task with `inline code` in the text
- [ ] Task with ==highlight== in the text
- [x] Task with a [link](https://obsidian.md)
- [ ] Task with ~~strikethrough inside~~
---
## Custom Greek Checkboxes
All ten custom checkbox types in a single list — tests icon rendering, color, and vertical alignment.
- [Β] Βιβλία — Book / Reading task (open book icon)
- [Χ] Χρονικά — Journal / Diary entry (scroll icon)
- [Γ] Γραφή — Writing task (pen icon)
- [Φ] Φυτά — Nature / Plants task (leaf icon)
- [Ι] Ιστορία — History / Research (telescope icon)
- [Ο] Obsidian — Obsidian vault task (gem icon)
- [Σ] Σκέψεις — Thought / Reflection (thought icon)
- [Ω] Ωρολόγιο — Timed / Scheduled (clock icon)
- [Κ] Κατηγορίες — Category / Classification (thermometer icon)
- [Λ] Λίστες — List management (list icon)
### Custom + Standard Mixed
- [x] Commit changes to vault
- [Ο] Update publish.js
- [ ] Review new callout styles
- [Γ] Write session recap
- [Β] Read _The Odyssey_ Chapter 5
- [Χ] Log today's voyage notes
- [ ] Push to Obsidian Publish
- [Σ] Reflect on session pacing
- [x] Archive old notes
- [Ω] Schedule next game — 2026-04-20
---
## Mixed Lists (Ordered + Unordered)
1. Plan the voyage
- Choose destination: Ιθάκη
- Estimate duration: 3 days
- Confirm crew availability
2. Prepare the vessel
- Navigation
1. Update charts
2. Check GPS firmware
3. Plot waypoints
- Provisioning
- Food and water (5-day supply)
- First aid kit
- Emergency flares
3. Depart
- Log departure time
- Radio in float plan
---
## List Items with Embedded Block Elements
### Items Containing a Blockquote
- First item before the blockquote item.
- Item with a blockquote:
> The sea is the same as it has been since before men ever went on it in boats.
- Item after the blockquote item.
### Items Containing a Code Block
- First item.
- Item with code:
```python
bearing = 195.0
speed = 6.5 # knots
```
- Item after the code block.
### Items Containing a Nested List and Code
- Configure the build:
1. Install dependencies
2. Set environment variables:
```bash
export VAULT_PATH="$HOME/Vaults/Tenebrous-dragon"
export PUBLISH_KEY="..."
```
3. Run `bash build.sh`
- Verify the output.
---
## Definition-Style Lists
**Knot**
: A unit of speed equal to one nautical mile per hour (1.852 km/h).
**Nautical Mile**
: Exactly 1,852 metres; corresponds to one minute of arc of latitude along a meridian.
**Haversine Formula**
: Determines the great-circle distance between two points on a sphere given their longitudes and latitudes.
**Bearing**
: The horizontal angle measured clockwise from true north to the direction of a destination.
**Leeway**
: The lateral movement of a vessel caused by wind pressure on the hull and rigging, causing the actual track to differ from the heading.
**Dead Reckoning**
: Estimating current position based on a previously known position, then accounting for speed, heading, and elapsed time — without using landmarks or GPS.