Method |
Description |
|
Markdown_Parser ( ) |
|
|
_detab_callback ( $matches ) |
|
|
_doAnchors_inline_callback ( $matches ) |
|
|
_doAnchors_reference_callback ( $matches ) |
|
|
_doAutoLinks_email_callback ( $matches ) |
|
|
_doAutoLinks_url_callback ( $matches ) |
|
|
_doBlockQuotes_callback ( $matches ) |
|
|
_doBlockQuotes_callback2 ( $matches ) |
|
|
_doCodeBlocks_callback ( $matches ) |
|
|
_doHardBreaks_callback ( $matches ) |
|
|
_doHeaders_callback_atx ( $matches ) |
|
|
_doHeaders_callback_setext ( $matches ) |
|
|
_doImages_inline_callback ( $matches ) |
|
|
_doImages_reference_callback ( $matches ) |
|
|
_doLists_callback ( $matches ) |
|
|
_hashHTMLBlocks_callback ( $matches ) |
|
|
_initDetab ( ) |
|
|
_processListItems_callback ( $matches ) |
|
|
_stripLinkDefinitions_callback ( $matches ) |
|
|
_unhash_callback ( $matches ) |
|
|
detab ( $text ) |
|
|
doAnchors ( $text ) |
|
|
doAutoLinks ( $text ) |
|
|
doBlockQuotes ( $text ) |
|
|
doCodeBlocks ( $text ) |
|
|
doHardBreaks ( $text ) |
|
|
doHeaders ( $text ) |
|
|
doHorizontalRules ( $text ) |
|
|
doImages ( $text ) |
|
|
doItalicsAndBold ( $text ) |
|
|
doLists ( $text ) |
|
|
encodeAmpsAndAngles ( $text ) |
|
|
encodeAttribute ( $text ) |
|
|
encodeEmailAddress ( $addr ) |
|
|
formParagraphs ( $text ) |
|
|
handleSpanToken ( $token, &$str ) |
|
|
hashBlock ( $text ) |
|
|
hashHTMLBlocks ( $text ) |
|
|
hashPart ( $text, $boundary = 'X' ) |
|
|
makeCodeSpan ( $code ) |
|
|
outdent ( $text ) |
|
|
parseSpan ( $str ) |
|
|
prepareItalicsAndBold ( ) |
|
|
processListItems ( $list_str, $marker_any_re ) |
|
|
runBasicBlockGamut ( $text ) |
|
|
runBlockGamut ( $text ) |
|
|
runSpanGamut ( $text ) |
|
|
setup ( ) |
|
|
stripLinkDefinitions ( $text ) |
|
|
teardown ( ) |
|
|
transform ( $text ) |
|
|
unhash ( $text ) |
|
|