SYMBOL INDEX (92 symbols across 6 files) FILE: Parsedown.php class Parsedown (line 16) | class Parsedown method text (line 24) | function text($text) method textElements (line 37) | protected function textElements($text) method setBreaksEnabled (line 59) | function setBreaksEnabled($breaksEnabled) method setMarkupEscaped (line 68) | function setMarkupEscaped($markupEscaped) method setUrlsLinked (line 77) | function setUrlsLinked($urlsLinked) method setSafeMode (line 86) | function setSafeMode($safeMode) method setStrictMode (line 95) | function setStrictMode($strictMode) method lines (line 162) | protected function lines(array $lines) method linesElements (line 167) | protected function linesElements(array $lines) method extractElement (line 319) | protected function extractElement(array $Component) method isBlockContinuable (line 336) | protected function isBlockContinuable($Type) method isBlockCompletable (line 341) | protected function isBlockCompletable($Type) method blockCode (line 349) | protected function blockCode($Line, $Block = null) method blockCodeContinue (line 374) | protected function blockCodeContinue($Line, $Block) method blockCodeComplete (line 395) | protected function blockCodeComplete($Block) method blockComment (line 403) | protected function blockComment($Line) method blockCommentContinue (line 428) | protected function blockCommentContinue($Line, array $Block) method blockFencedCode (line 448) | protected function blockFencedCode($Line) method blockFencedCodeContinue (line 502) | protected function blockFencedCodeContinue($Line, $Block) method blockFencedCodeComplete (line 531) | protected function blockFencedCodeComplete($Block) method blockHeader (line 539) | protected function blockHeader($Line) method blockList (line 574) | protected function blockList($Line, ?array $CurrentBlock = null) method blockListContinue (line 643) | protected function blockListContinue($Line, array $Block) method blockListComplete (line 729) | protected function blockListComplete(array $Block) method blockQuote (line 748) | protected function blockQuote($Line) method blockQuoteContinue (line 767) | protected function blockQuoteContinue($Line, array $Block) method blockRule (line 792) | protected function blockRule($Line) method blockSetextHeader (line 811) | protected function blockSetextHeader($Line, ?array $Block = null) method blockMarkup (line 829) | protected function blockMarkup($Line) method blockMarkupContinue (line 857) | protected function blockMarkupContinue($Line, array $Block) method blockReference (line 872) | protected function blockReference($Line) method blockTable (line 897) | protected function blockTable($Line, ?array $Block = null) method blockTableContinue (line 1020) | protected function blockTableContinue($Line, array $Block) method paragraph (line 1078) | protected function paragraph($Line) method paragraphContinue (line 1093) | protected function paragraphContinue($Line, array $Block) method line (line 1130) | public function line($text, $nonNestables = array()) method lineElements (line 1135) | protected function lineElements($text, $nonNestables = array()) method inlineText (line 1239) | protected function inlineText($text) method inlineCode (line 1258) | protected function inlineCode($Excerpt) method inlineEmailTag (line 1277) | protected function inlineEmailTag($Excerpt) method inlineEmphasis (line 1307) | protected function inlineEmphasis($Excerpt) method inlineEscapeSequence (line 1342) | protected function inlineEscapeSequence($Excerpt) method inlineImage (line 1353) | protected function inlineImage($Excerpt) method inlineLink (line 1388) | protected function inlineLink($Excerpt) method inlineMarkup (line 1463) | protected function inlineMarkup($Excerpt) method inlineSpecialCharacter (line 1495) | protected function inlineSpecialCharacter($Excerpt) method inlineStrikethrough (line 1507) | protected function inlineStrikethrough($Excerpt) method inlineUrl (line 1530) | protected function inlineUrl($Excerpt) method inlineUrlTag (line 1558) | protected function inlineUrlTag($Excerpt) method unmarkedText (line 1579) | protected function unmarkedText($text) method handle (line 1589) | protected function handle(array $Element) method handleElementRecursive (line 1625) | protected function handleElementRecursive(array $Element) method handleElementsRecursive (line 1630) | protected function handleElementsRecursive(array $Elements) method elementApplyRecursive (line 1635) | protected function elementApplyRecursive($closure, array $Element) method elementApplyRecursiveDepthFirst (line 1651) | protected function elementApplyRecursiveDepthFirst($closure, array $El... method elementsApplyRecursive (line 1667) | protected function elementsApplyRecursive($closure, array $Elements) method elementsApplyRecursiveDepthFirst (line 1677) | protected function elementsApplyRecursiveDepthFirst($closure, array $E... method element (line 1687) | protected function element(array $Element) method elements (line 1771) | protected function elements(array $Elements) method li (line 1801) | protected function li($lines) method pregReplaceElements (line 1823) | protected static function pregReplaceElements($regexp, $Elements, $text) method parse (line 1855) | function parse($text) method sanitiseElement (line 1862) | protected function sanitiseElement(array $Element) method filterUnsafeUrlInAttribute (line 1901) | protected function filterUnsafeUrlInAttribute(array $Element, $attribute) method escape (line 1920) | protected static function escape($text, $allowQuotes = false) method striAtStart (line 1925) | protected static function striAtStart($string, $needle) method instance (line 1939) | static function instance($name = 'default') FILE: test/CommonMarkTestStrict.php class CommonMarkTestStrict (line 10) | class CommonMarkTestStrict extends TestCase method setUp (line 16) | protected function setUp() : void method testExample (line 29) | public function testExample($id, $section, $markdown, $expectedHtml) method data (line 38) | public function data() FILE: test/CommonMarkTestWeak.php class CommonMarkTestWeak (line 16) | class CommonMarkTestWeak extends CommonMarkTestStrict method setUp (line 20) | protected function setUp() : void method testExample (line 38) | public function testExample($id, $section, $markdown, $expectedHtml) method cleanupHtml (line 48) | protected function cleanupHtml($markup) FILE: test/ParsedownTest.php class ParsedownTest (line 6) | class ParsedownTest extends TestCase method __construct (line 8) | final function __construct($name = null, array $data = array(), $dataN... method initDirs (line 22) | protected function initDirs() method initParsedown (line 32) | protected function initParsedown() method test_ (line 44) | function test_($test, $dir) method testRawHtml (line 61) | function testRawHtml() method testTrustDelegatedRawHtml (line 78) | function testTrustDelegatedRawHtml() method data (line 95) | function data() method test_no_markup (line 133) | public function test_no_markup() method testLateStaticBinding (line 182) | public function testLateStaticBinding() FILE: test/SampleExtensions.php class UnsafeExtension (line 3) | class UnsafeExtension extends Parsedown method blockFencedCodeComplete (line 5) | protected function blockFencedCodeComplete($Block) class TrustDelegatedExtension (line 22) | class TrustDelegatedExtension extends Parsedown method blockFencedCodeComplete (line 24) | protected function blockFencedCodeComplete($Block) FILE: test/TestParsedown.php class TestParsedown (line 3) | class TestParsedown extends Parsedown method getTextLevelElements (line 5) | public function getTextLevelElements()