diff --git a/tasks/in-progress/41-the-drawer-renders-wrapped-lists-as-lists.md b/tasks/review/41-the-drawer-renders-wrapped-lists-as-lists.md similarity index 65% rename from tasks/in-progress/41-the-drawer-renders-wrapped-lists-as-lists.md rename to tasks/review/41-the-drawer-renders-wrapped-lists-as-lists.md index df74434..236f318 100644 --- a/tasks/in-progress/41-the-drawer-renders-wrapped-lists-as-lists.md +++ b/tasks/review/41-the-drawer-renders-wrapped-lists-as-lists.md @@ -1,6 +1,6 @@ # 41 — The drawer renders a wrapped list item as one item -**Status:** In Progress +**Status:** Review **Assignee:** istos **Priority:** High — the drawer is where every card is actually read, and it currently mangles the section reviews judge against @@ -114,3 +114,29 @@ on one line. Worth checking after the fix: the same wrapped-line assumption may show up in the card face's activity line and in the ticker, which also carry text extracted from these files. + + +--- + +## Work report — 2026-07-31 15:01 (Nell) + +()` in `manager/core/board.html` no longer treats a physical source line as a unit: + +- **Lists group into logical items first.** A new item begins only at a marker; a line without one is continuation text joined to the item above with a space. That single change removes the phantom bullets and the ragged edge inside items together. +- **Indentation is honoured.** A marker indented past its level opens a nested list and a shallower one closes back, so children indent under their parent. Depth beyond two levels nests correctly rather than degrading. Bullets and ordered lists now share one entry point, so an `
    ` nests under a `