Command
```
liftoff-export workouts stats --exercise leg
```
Actual (excerpt)
```
Seated Leg Curl — 65 sessions
PR: 235x12 (May 2025)
Recent: 152x6 ← actual weight is 152.5
...
2026-04 152.5 ███████ ← chart shows the correct value
```
JSON output is correct (`bestWeight: 152.5`); only the markdown PR/Recent line truncates.
Expected
Display 152.5 (or whatever the underlying `bestWeight` is) consistent with the per-month chart and the JSON. Looks like an `int` cast in the markdown formatter.
Severity
minor
Command
```
liftoff-export workouts stats --exercise leg
```
Actual (excerpt)
```
Seated Leg Curl — 65 sessions
PR: 235x12 (May 2025)
Recent: 152x6 ← actual weight is 152.5
...
2026-04 152.5 ███████ ← chart shows the correct value
```
JSON output is correct (`bestWeight: 152.5`); only the markdown PR/Recent line truncates.
Expected
Display 152.5 (or whatever the underlying `bestWeight` is) consistent with the per-month chart and the JSON. Looks like an `int` cast in the markdown formatter.
Severity
minor