MarkdownDocumentContract
in
Table of Contents
Methods
- markdown() : Markdown
- Return the document's Markdown object.
- matter() : FrontMatter|mixed
- Get the front matter object, or a value from within.
Methods
markdown()
Return the document's Markdown object.
public
markdown() : Markdown
Return values
Markdownmatter()
Get the front matter object, or a value from within.
public
matter([string $key = null ][, mixed $default = null ]) : FrontMatter|mixed
Parameters
- $key : string = null
- $default : mixed = null