export type TocEntry = { id: string; title: string; depth: 2 | 3; }; /** * Reduce a markdown page to plain, searchable body text: prose and heading text * with frontmatter, `