+⋮⋮Studying Lab should remain markdown-first, because plain text guarantees durability and portability.TextH1H2H3TodoBulletNumberedCodeQuoteDivider
+⋮⋮Ship a product that reads beautifully before adding complexity.TextH1H2H3TodoBulletNumberedCodeQuoteDivider
+⋮⋮tsexport type DocumentRecord = { slug: string; frontmatter: Record<string, unknown>; markdown: string; };TextH1H2H3TodoBulletNumberedCodeQuoteDivider
+⋮⋮This model leaves room for a future Git-backed implementation without changing the editor surface.TextH1H2H3TodoBulletNumberedCodeQuoteDivider