docs(timeline): reword LetterCard comment so the REQ-021 @html grep is zero
Refs #779 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ type TimelineEntryDTO = components['schemas']['TimelineEntryDTO'];
|
|||||||
* A single archive letter on the timeline: sender → receiver, title, and a
|
* A single archive letter on the timeline: sender → receiver, title, and a
|
||||||
* precision-aware date chip, linking to the document. Names/titles are
|
* precision-aware date chip, linking to the document. Names/titles are
|
||||||
* OCR/import-derived — rendered via default `{...}` escaping with
|
* OCR/import-derived — rendered via default `{...}` escaping with
|
||||||
* `whitespace-pre-line` for line breaks (REQ-021); never `{@html}`.
|
* `whitespace-pre-line` for line breaks (REQ-021); never the raw-HTML directive.
|
||||||
*/
|
*/
|
||||||
let { entry }: { entry: TimelineEntryDTO } = $props();
|
let { entry }: { entry: TimelineEntryDTO } = $props();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user