Php/docs/class.commonmark-parser

From Get docs

(cmark >= 1.0.0)

Introduction

Provides an incremental parser as an alternative to the simple Parsing API function


Class synopsis


final CommonMark\Parser {

/* Constructor */

public __construct ([ int $options ] )

/* Methods */

public parse ( string $buffer ) : void

public finish ( ) : CommonMark\Node

}

Table of Contents