replace markdown bodies with rich text

This commit is contained in:
Fabian Freund
2025-12-29 09:19:52 +01:00
parent 480e10d90d
commit ee50ba9599
9 changed files with 485 additions and 65 deletions
@@ -98,7 +98,7 @@ class Section extends MultiSliver {
VisitType.download => p.basename(title),
_ => title,
},
maxLines: 3,
maxLines: 2,
overflow: TextOverflow.ellipsis,
),
),