API Documentation

MarkdownDocumentContract

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

matter()

Get the front matter object, or a value from within.

public matter([string|null $key = null ][, mixed $default = null ]) : FrontMatter|mixed
Parameters
$key : string|null = null
$default : mixed = null
Return values
FrontMatter|mixed

        
On this page

Search results