26 lines
734 B
Markdown
26 lines
734 B
Markdown
|
---
|
|||
|
title: "TV Time"
|
|||
|
date: true
|
|||
|
draft: false
|
|||
|
---
|
|||
|
|
|||
|
Movies and TV shows that I’ve watched. Not a complete list.
|
|||
|
|
|||
|
```java
|
|||
|
Currently watching:
|
|||
|
- The Mandalorian S03
|
|||
|
- The Last of Us
|
|||
|
- Vinland Saga S02
|
|||
|
- One Piece (Whole Cake Island arc)
|
|||
|
```
|
|||
|
|
|||
|
<details>
|
|||
|
<summary>Rating System</summary>
|
|||
|
<dl class=review__rating>
|
|||
|
<dt aria-label="1 out of 5 stars">★☆☆☆☆<dd>Awful.
|
|||
|
<dt aria-label="2 out of 5 stars">★★☆☆☆<dd>Waste of time..
|
|||
|
<dt aria-label="3 out of 5 stars">★★★☆☆<dd>Fine, could've managed without it lol
|
|||
|
<dt aria-label="4 out of 5 stars">★★★★☆<dd>Definitely worth a watch.
|
|||
|
<dt aria-label="5 out of 5 stars">★★★★★<dd>Must watch!</dl>
|
|||
|
</details>
|