FrontMatterFile Type
Meta data from files that contains front matter Used to determine upfront which files have front matter so that previous and next substitutes can be discovered.
Record fields
Record Field |
Description
|
Full Usage:
Category
Field type: string
|
|
Full Usage:
CategoryIndex
Field type: int
|
|
Full Usage:
FileName
Field type: string
|
|
Full Usage:
Index
Field type: int
|
|
Static members
Static member |
Description
|
Full Usage:
FrontMatterFile.ParseFromLines(fileName) (lines)
Parameters:
string
lines : string seq
Returns: FrontMatterFile option
|
Parses the category, categoryindex and index from the frontmatter lines
|