Method | Description | |
---|---|---|
acceptsLines ( ) : boolean | Returns true if block type can accept lines of text | |
canContain ( |
Returns true if this block can contain the given block as a child node | |
finalize ( League\CommonMark\ContextInterface $context, $endLineNumber ) | ||
handleRemainingContents ( League\CommonMark\ContextInterface $context, |
||
isCode ( ) : boolean | Whether this is a code block | |
matchesNextLine ( |
Method | Description | |
---|---|---|
parseReferences ( League\CommonMark\ContextInterface $context, |
public acceptsLines ( ) : boolean | ||
return | boolean |
public canContain ( |
||
$block | ||
return | boolean |
public finalize ( League\CommonMark\ContextInterface $context, $endLineNumber ) | ||
$context | League\CommonMark\ContextInterface |
public handleRemainingContents ( League\CommonMark\ContextInterface $context, |
||
$context | League\CommonMark\ContextInterface | |
$cursor |
public matchesNextLine ( |
||
$cursor |
protected parseReferences ( League\CommonMark\ContextInterface $context, |
||
$context | League\CommonMark\ContextInterface | |
$cursor | ||
return | boolean |