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

@@ -1,5 +1,10 @@
# This file is auto-generated by lux pkg. Do not edit manually.
[[package]]
name = "frontmatter"
version = "0.1.0"
source = "path:../../packages/frontmatter"
[[package]]
name = "markdown"
version = "0.1.0"