Property | Type | Description | |
---|---|---|---|
$BlockTypes | # | ||
$DefinitionData | # | ||
$DefinitionTypes | # ~ | ||
$EmRegex | |||
$InlineTypes | # | ||
$StrongRegex | |||
$breaksEnabled | |||
$inlineMarkerList | # ~ | ||
$markupEscaped | |||
$regexHtmlAttribute | |||
$specialCharacters | # Read-Only | ||
$textLevelElements | |||
$unmarkedBlockTypes | # ~ | ||
$urlsLinked | |||
$voidElements |
Method | Description | |
---|---|---|
instance ( $name = 'default' ) | # | |
line ( $text ) | # | |
parse ( $text ) | # | |
setBreaksEnabled ( $breaksEnabled ) | # | |
setMarkupEscaped ( $markupEscaped ) | ||
setUrlsLinked ( $urlsLinked ) | ||
text ( $text ) | # ~ |
Method | Description | |
---|---|---|
blockCode ( $Line, $Block = null ) | # Code | |
blockCodeComplete ( $Block ) | ||
blockCodeContinue ( $Line, $Block ) | ||
blockComment ( $Line ) | # Comment | |
blockCommentContinue ( $Line, array $Block ) | ||
blockFencedCode ( $Line ) | # Fenced Code | |
blockFencedCodeComplete ( $Block ) | ||
blockFencedCodeContinue ( $Line, $Block ) | ||
blockHeader ( $Line ) | # Header | |
blockList ( $Line ) | # List | |
blockListContinue ( $Line, array $Block ) | ||
blockMarkup ( $Line ) | # Markup | |
blockMarkupContinue ( $Line, array $Block ) | ||
blockQuote ( $Line ) | # Quote | |
blockQuoteContinue ( $Line, array $Block ) | ||
blockReference ( $Line ) | # Reference | |
blockRule ( $Line ) | # Rule | |
blockSetextHeader ( $Line, array $Block = null ) | # Setext | |
blockTable ( $Line, array $Block = null ) | # Table | |
blockTableContinue ( $Line, array $Block ) | ||
element ( array $Element ) | # | |
elements ( array $Elements ) | ||
inlineCode ( $Excerpt ) | # | |
inlineEmailTag ( $Excerpt ) | ||
inlineEmphasis ( $Excerpt ) | ||
inlineEscapeSequence ( $Excerpt ) | ||
inlineImage ( $Excerpt ) | ||
inlineLink ( $Excerpt ) | ||
inlineMarkup ( $Excerpt ) | ||
inlineSpecialCharacter ( $Excerpt ) | ||
inlineStrikethrough ( $Excerpt ) | ||
inlineUrl ( $Excerpt ) | ||
inlineUrlTag ( $Excerpt ) | ||
li ( $lines ) | # ~ | |
paragraph ( $Line ) | # | |
unmarkedText ( $text ) | # ~ |
Method | Description | |
---|---|---|
lines ( array $lines ) | # |
protected blockCommentContinue ( $Line, array $Block ) | ||
$Block | array |
protected blockListContinue ( $Line, array $Block ) | ||
$Block | array |
protected blockMarkupContinue ( $Line, array $Block ) | ||
$Block | array |
protected blockQuoteContinue ( $Line, array $Block ) | ||
$Block | array |
protected blockSetextHeader ( $Line, array $Block = null ) | ||
$Block | array |
protected blockTable ( $Line, array $Block = null ) | ||
$Block | array |
protected blockTableContinue ( $Line, array $Block ) | ||
$Block | array |