CommonMark\Parse

(cmark >= 1.0.0)

CommonMark\ParseParsing

Opis

CommonMark\Parse ( string $content [, int $options ] ) : CommonMark\Node

Shall parse content

Parametry

content

markdown string

options

A mask of:

CommonMark\Parser\Normal (integer)
CommonMark\Parser\Normalize (integer)
CommonMark\Parser\ValidateUTF8 (integer)
CommonMark\Parser\Smart (integer)

Zwracane wartości

Shall return root CommonMark\Node

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top