Parsedown
class Parsedown (View source)
Constants
version |
|
Properties
protected | $breaksEnabled | ||
protected | $markupEscaped | ||
protected | $urlsLinked | ||
protected | $safeMode | ||
protected | $strictMode | ||
protected | $safeLinksWhitelist | ||
protected | $BlockTypes | ||
protected | $unmarkedBlockTypes | ||
protected | $InlineTypes | ||
protected | $inlineMarkerList | ||
protected | $DefinitionData | ||
protected | $specialCharacters | ||
protected | $StrongRegex | ||
protected | $EmRegex | ||
protected | $regexHtmlAttribute | ||
protected | $voidElements | ||
protected | $textLevelElements |
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Replace occurrences $regexp with $Elements in $text. Return an array of elements representing the replacement.
No description
No description
No description
No description
No description
No description
Details
text($text)
No description
protected
textElements($text)
No description
setBreaksEnabled($breaksEnabled)
No description
setMarkupEscaped($markupEscaped)
No description
setUrlsLinked($urlsLinked)
No description
setSafeMode($safeMode)
No description
setStrictMode($strictMode)
No description
protected
lines(array $lines)
No description
protected
linesElements(array $lines)
No description
protected
extractElement(array $Component)
No description
protected
isBlockContinuable($Type)
No description
protected
isBlockCompletable($Type)
No description
protected
blockCode($Line, $Block = null)
No description
protected
blockCodeContinue($Line, $Block)
No description
protected
blockCodeComplete($Block)
No description
protected
blockComment($Line)
No description
protected
blockCommentContinue($Line, array $Block)
No description
protected
blockFencedCode($Line)
No description
protected
blockFencedCodeContinue($Line, $Block)
No description
protected
blockFencedCodeComplete($Block)
No description
protected
blockHeader($Line)
No description
protected
blockList($Line, array $CurrentBlock = null)
No description
protected
blockListContinue($Line, array $Block)
No description
protected
blockListComplete(array $Block)
No description
protected
blockQuote($Line)
No description
protected
blockQuoteContinue($Line, array $Block)
No description
protected
blockRule($Line)
No description
protected
blockSetextHeader($Line, array $Block = null)
No description
protected
blockMarkup($Line)
No description
protected
blockMarkupContinue($Line, array $Block)
No description
protected
blockReference($Line)
No description
protected
blockTable($Line, array $Block = null)
No description
protected
blockTableContinue($Line, array $Block)
No description
protected
paragraph($Line)
No description
protected
paragraphContinue($Line, array $Block)
No description
line($text, $nonNestables = array())
No description
protected
lineElements($text, $nonNestables = array())
No description
protected
inlineText($text)
No description
protected
inlineCode($Excerpt)
No description
protected
inlineEmailTag($Excerpt)
No description
protected
inlineEmphasis($Excerpt)
No description
protected
inlineEscapeSequence($Excerpt)
No description
protected
inlineImage($Excerpt)
No description
protected
inlineLink($Excerpt)
No description
protected
inlineMarkup($Excerpt)
No description
protected
inlineSpecialCharacter($Excerpt)
No description
protected
inlineStrikethrough($Excerpt)
No description
protected
inlineUrl($Excerpt)
No description
protected
inlineUrlTag($Excerpt)
No description
protected
unmarkedText($text)
No description
protected
handle(array $Element)
No description
protected
handleElementRecursive(array $Element)
No description
protected
handleElementsRecursive(array $Elements)
No description
protected
elementApplyRecursive($closure, array $Element)
No description
protected
elementApplyRecursiveDepthFirst($closure, array $Element)
No description
protected
elementsApplyRecursive($closure, array $Elements)
No description
protected
elementsApplyRecursiveDepthFirst($closure, array $Elements)
No description
protected
element(array $Element)
No description
protected
elements(array $Elements)
No description
protected
li($lines)
No description
static protected
pregReplaceElements($regexp, $Elements, $text)
Replace occurrences $regexp with $Elements in $text. Return an array of elements representing the replacement.
parse($text)
No description
protected
sanitiseElement(array $Element)
No description
protected
filterUnsafeUrlInAttribute(array $Element, $attribute)
No description
static protected
escape($text, $allowQuotes = false)
No description
static protected
striAtStart($string, $needle)
No description
static
instance($name = 'default')
No description