refactor: replace inline frontmatter code with frontmatter package

Removed ~60 lines of inline frontmatter parsing (FMState, Frontmatter,
ParseResult types, fmFoldLine, parseFrontmatter, and accessor functions).
Now uses the frontmatter package via import.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-18 14:54:45 -05:00
parent e835b952a5
commit 42e9676956
4 changed files with 14 additions and 143 deletions

View File

@@ -5,3 +5,4 @@ description = "A Lux project"
[dependencies]
markdown = { version = "0.1.0", path = "../../packages/markdown" }
frontmatter = { version = "0.1.0", path = "../../packages/frontmatter" }