Files
blu-lux/lux.lock
Brandon Lucas 42e9676956 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>
2026-02-18 14:54:45 -05:00

13 lines
249 B
Plaintext

# 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"
source = "path:../../packages/markdown"