October\Rain\Parse\Parsedown\Parsedown

Source: ~/vendor/october/rain/src/Parse/Parsedown/Parsedown.php

Extends:

  • ParsedownExtra
  • Parsedown

Protected properties

There are no protected properties in the class.

Show inherited protected properties

Inherited protected properties

  • protected $regexAttribute - defined in ParsedownExtra.
  • protected $breaksEnabled - defined in Parsedown.
  • protected $markupEscaped - defined in Parsedown.
  • protected $urlsLinked - defined in Parsedown.
  • protected $safeMode - defined in Parsedown.
  • protected $safeLinksWhitelist - defined in Parsedown.
  • protected $BlockTypes - defined in Parsedown.
  • protected $unmarkedBlockTypes - defined in Parsedown.
  • protected $InlineTypes - defined in Parsedown.
  • protected $inlineMarkerList - defined in Parsedown.
  • protected $DefinitionData - defined in Parsedown.
  • protected $specialCharacters - defined in Parsedown.
  • protected $StrongRegex - defined in Parsedown.
  • protected $EmRegex - defined in Parsedown.
  • protected $regexHtmlAttribute - defined in Parsedown.
  • protected $voidElements - defined in Parsedown.
  • protected $textLevelElements - defined in Parsedown.

Public methods

public void setUnmarkedBlockTypes($unmarkedBlockTypes)
Parameters
  • $unmarkedBlockTypes

Show inherited public methods

Inherited public methods

  • public void __construct() - defined in ParsedownExtra.
  • public static void instance($name='default') - defined in Parsedown.
  • public void line($text, $nonNestables=array()) - defined in Parsedown.
  • public void parse($text) - defined in Parsedown.
  • public void setBreaksEnabled($breaksEnabled) - defined in Parsedown.
  • public void setMarkupEscaped($markupEscaped) - defined in Parsedown.
  • public void setSafeMode($safeMode) - defined in Parsedown.
  • public void setUrlsLinked($urlsLinked) - defined in Parsedown.
  • public void text($text) - defined in ParsedownExtra.

Protected methods

Show inherited protected methods

Inherited protected methods

  • protected void addDdElement($Line, $Block) - defined in ParsedownExtra.
  • protected void blockAbbreviation($Line) - defined in ParsedownExtra.
  • protected void blockCode($Line, $Block=NULL) - defined in Parsedown.
  • protected void blockCodeComplete($Block) - defined in Parsedown.
  • protected void blockCodeContinue($Line, $Block) - defined in Parsedown.
  • protected void blockComment($Line) - defined in Parsedown.
  • protected void blockCommentContinue($Line, $Block) - defined in Parsedown.
  • protected void blockDefinitionList($Line, $Block) - defined in ParsedownExtra.
  • protected void blockDefinitionListContinue($Line, $Block) - defined in ParsedownExtra.
  • protected void blockFencedCode($Line) - defined in Parsedown.
  • protected void blockFencedCodeComplete($Block) - defined in Parsedown.
  • protected void blockFencedCodeContinue($Line, $Block) - defined in Parsedown.
  • protected void blockFootnote($Line) - defined in ParsedownExtra.
  • protected void blockFootnoteComplete($Block) - defined in ParsedownExtra.
  • protected void blockFootnoteContinue($Line, $Block) - defined in ParsedownExtra.
  • protected void blockHeader($Line) - defined in ParsedownExtra.
  • protected void blockList($Line) - defined in Parsedown.
  • protected void blockListComplete($Block) - defined in Parsedown.
  • protected void blockListContinue($Line, $Block) - defined in Parsedown.
  • protected void blockMarkup($Line) - defined in Parsedown.
  • protected void blockMarkupComplete($Block) - defined in ParsedownExtra.
  • protected void blockMarkupContinue($Line, $Block) - defined in Parsedown.
  • protected void blockQuote($Line) - defined in Parsedown.
  • protected void blockQuoteContinue($Line, $Block) - defined in Parsedown.
  • protected void blockReference($Line) - defined in Parsedown.
  • protected void blockRule($Line) - defined in Parsedown.
  • protected void blockSetextHeader($Line, $Block=NULL) - defined in ParsedownExtra.
  • protected void blockTable($Line, $Block=NULL) - defined in Parsedown.
  • protected void blockTableContinue($Line, $Block) - defined in Parsedown.
  • protected void buildFootnoteElement() - defined in ParsedownExtra.
  • protected void element($Element) - defined in Parsedown.
  • protected void elements($Elements) - defined in Parsedown.
  • protected static void escape($text, $allowQuotes=false) - defined in Parsedown.
  • protected void filterUnsafeUrlInAttribute($Element, $attribute) - defined in Parsedown.
  • protected void inlineCode($Excerpt) - defined in Parsedown.
  • protected void inlineEmailTag($Excerpt) - defined in Parsedown.
  • protected void inlineEmphasis($Excerpt) - defined in Parsedown.
  • protected void inlineEscapeSequence($Excerpt) - defined in Parsedown.
  • protected void inlineFootnoteMarker($Excerpt) - defined in ParsedownExtra.
  • protected void inlineImage($Excerpt) - defined in Parsedown.
  • protected void inlineLink($Excerpt) - defined in ParsedownExtra.
  • protected void inlineMarkup($Excerpt) - defined in Parsedown.
  • protected void inlineSpecialCharacter($Excerpt) - defined in Parsedown.
  • protected void inlineStrikethrough($Excerpt) - defined in Parsedown.
  • protected void inlineUrl($Excerpt) - defined in Parsedown.
  • protected void inlineUrlTag($Excerpt) - defined in Parsedown.
  • protected void isBlockCompletable($Type) - defined in Parsedown.
  • protected void isBlockContinuable($Type) - defined in Parsedown.
  • protected void li($lines) - defined in Parsedown.
  • protected void lines($lines) - defined in Parsedown.
  • protected void paragraph($Line) - defined in Parsedown.
  • protected void parseAttributeData($attributeString) - defined in ParsedownExtra.
  • protected void processTag($elementMarkup) - defined in ParsedownExtra.
  • protected void sanitiseElement($Element) - defined in Parsedown.
  • protected void sortFootnotes($A, $B) - defined in ParsedownExtra.
  • protected static void striAtStart($string, $needle) - defined in Parsedown.
  • protected void unmarkedText($text) - defined in ParsedownExtra.