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>
13 lines
249 B
Plaintext
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"
|
|
|