class InlineCode extends AbstractPass

Properties

protected Parser $parser from  AbstractPass
protected ParsedText $text from  AbstractPass

Methods

__construct(Parser $parser, ParsedText $text)

No description

void
parse()

Parse the prepared text from stored parser

void
addInlineCodeTags(array $left, array $right)

Add the tag pair for an inline code span

array
getInlineCodeMarkers()

Capture and return inline code markers

Details

in AbstractPass at line 29
__construct(Parser $parser, ParsedText $text)

No description

Parameters

Parser $parser
ParsedText $text

at line 15
void parse()

Parse the prepared text from stored parser

Return Value

void

at line 50
protected void addInlineCodeTags(array $left, array $right)

Add the tag pair for an inline code span

Parameters

array $left

Left marker

array $right

Right marker

Return Value

void

at line 65
protected array getInlineCodeMarkers()

Capture and return inline code markers

Return Value

array