Home | History | Annotate | Download | only in PHP-Markdown-Extra-1.2.3

Lines Matching refs:parse

1038         # an aspect of Markdown's syntax that's hard to parse perfectly
1503 # Take the string $str and parse it into tokens, hashing embeded HTML,
1791 # Parse markdown text, calling _HashHTMLBlocks_InHTML for block tags.
1963 # Need to parse tag and following text using the HTML parser.
1977 # Need to parse tag and following text using the HTML parser.
2017 # Parse HTML, calling _HashHTMLBlocks_InMarkdown for block tags.
2158 # Parse the content using the HTML-in-Markdown parser.