\Markdown_Parser

Summary

Methods
Properties
Constants
Markdown_Parser()
setup()
teardown()
transform()
stripLinkDefinitions()
_stripLinkDefinitions_callback()
hashHTMLBlocks()
_hashHTMLBlocks_callback()
hashPart()
hashBlock()
runBlockGamut()
runBasicBlockGamut()
doHorizontalRules()
runSpanGamut()
doHardBreaks()
_doHardBreaks_callback()
doAnchors()
_doAnchors_reference_callback()
_doAnchors_inline_callback()
doImages()
_doImages_reference_callback()
_doImages_inline_callback()
doHeaders()
_doHeaders_callback_setext()
_doHeaders_callback_atx()
doLists()
_doLists_callback()
processListItems()
_processListItems_callback()
doCodeBlocks()
_doCodeBlocks_callback()
makeCodeSpan()
prepareItalicsAndBold()
doItalicsAndBold()
doBlockQuotes()
_doBlockQuotes_callback()
_doBlockQuotes_callback2()
formParagraphs()
encodeAttribute()
encodeAmpsAndAngles()
doAutoLinks()
_doAutoLinks_tel_callback()
_doAutoLinks_url_callback()
_doAutoLinks_email_callback()
encodeEmailAddress()
parseSpan()
handleSpanToken()
outdent()
detab()
_detab_callback()
_initDetab()
unhash()
_unhash_callback()
$empty_element_suffix
$tab_width
$no_markup
$no_entities
$predef_urls
$predef_titles
$nested_brackets_depth
$nested_brackets_re
$nested_url_parenthesis_depth
$nested_url_parenthesis_re
$escape_chars
$escape_chars_re
$urls
$titles
$html_hashes
$in_anchor
$document_gamut
$block_gamut
$span_gamut
$list_level
$em_relist
$strong_relist
$em_strong_relist
$em_strong_prepared_relist
$utf8_strlen
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$empty_element_suffix

$empty_element_suffix

$tab_width

$tab_width

$no_markup

$no_markup

$no_entities

$no_entities

$predef_urls

$predef_urls

$predef_titles

$predef_titles

$nested_brackets_depth

$nested_brackets_depth

$nested_brackets_re

$nested_brackets_re

$nested_url_parenthesis_depth

$nested_url_parenthesis_depth

$nested_url_parenthesis_re

$nested_url_parenthesis_re

$escape_chars

$escape_chars

$escape_chars_re

$escape_chars_re

$urls

$urls

$titles

$titles

$html_hashes

$html_hashes

$in_anchor

$in_anchor

$document_gamut

$document_gamut

$block_gamut

$block_gamut

$span_gamut

$span_gamut

$list_level

$list_level

$em_relist

$em_relist

$strong_relist

$strong_relist

$em_strong_relist

$em_strong_relist

$em_strong_prepared_relist

$em_strong_prepared_relist

$utf8_strlen

$utf8_strlen

Methods

Markdown_Parser()

Markdown_Parser()

setup()

setup()

teardown()

teardown()

transform()

transform( $text)

Parameters

$text

stripLinkDefinitions()

stripLinkDefinitions( $text)

Parameters

$text

_stripLinkDefinitions_callback()

_stripLinkDefinitions_callback( $matches)

Parameters

$matches

hashHTMLBlocks()

hashHTMLBlocks( $text)

Parameters

$text

_hashHTMLBlocks_callback()

_hashHTMLBlocks_callback( $matches)

Parameters

$matches

hashPart()

hashPart( $text,  $boundary)

Parameters

$text
$boundary

hashBlock()

hashBlock( $text)

Parameters

$text

runBlockGamut()

runBlockGamut( $text)

Parameters

$text

runBasicBlockGamut()

runBasicBlockGamut( $text)

Parameters

$text

doHorizontalRules()

doHorizontalRules( $text)

Parameters

$text

runSpanGamut()

runSpanGamut( $text)

Parameters

$text

doHardBreaks()

doHardBreaks( $text)

Parameters

$text

_doHardBreaks_callback()

_doHardBreaks_callback( $matches)

Parameters

$matches

doAnchors()

doAnchors( $text)

Parameters

$text

_doAnchors_reference_callback()

_doAnchors_reference_callback( $matches)

Parameters

$matches

_doAnchors_inline_callback()

_doAnchors_inline_callback( $matches)

Parameters

$matches

doImages()

doImages( $text)

Parameters

$text

_doImages_reference_callback()

_doImages_reference_callback( $matches)

Parameters

$matches

_doImages_inline_callback()

_doImages_inline_callback( $matches)

Parameters

$matches

doHeaders()

doHeaders( $text)

Parameters

$text

_doHeaders_callback_setext()

_doHeaders_callback_setext( $matches)

Parameters

$matches

_doHeaders_callback_atx()

_doHeaders_callback_atx( $matches)

Parameters

$matches

doLists()

doLists( $text)

Parameters

$text

_doLists_callback()

_doLists_callback( $matches)

Parameters

$matches

processListItems()

processListItems( $list_str,  $marker_any_re)

Parameters

$list_str
$marker_any_re

_processListItems_callback()

_processListItems_callback( $matches)

Parameters

$matches

doCodeBlocks()

doCodeBlocks( $text)

Parameters

$text

_doCodeBlocks_callback()

_doCodeBlocks_callback( $matches)

Parameters

$matches

makeCodeSpan()

makeCodeSpan( $code)

Parameters

$code

prepareItalicsAndBold()

prepareItalicsAndBold()

doItalicsAndBold()

doItalicsAndBold( $text)

Parameters

$text

doBlockQuotes()

doBlockQuotes( $text)

Parameters

$text

_doBlockQuotes_callback()

_doBlockQuotes_callback( $matches)

Parameters

$matches

_doBlockQuotes_callback2()

_doBlockQuotes_callback2( $matches)

Parameters

$matches

formParagraphs()

formParagraphs( $text)

Parameters

$text

encodeAttribute()

encodeAttribute( $text)

Parameters

$text

encodeAmpsAndAngles()

encodeAmpsAndAngles( $text)

Parameters

$text

doAutoLinks()

doAutoLinks( $text)

Parameters

$text

_doAutoLinks_tel_callback()

_doAutoLinks_tel_callback( $matches)

Parameters

$matches

_doAutoLinks_url_callback()

_doAutoLinks_url_callback( $matches)

Parameters

$matches

_doAutoLinks_email_callback()

_doAutoLinks_email_callback( $matches)

Parameters

$matches

encodeEmailAddress()

encodeEmailAddress( $addr)

Parameters

$addr

parseSpan()

parseSpan( $str)

Parameters

$str

handleSpanToken()

handleSpanToken( $token,  $str)

Parameters

$token
$str

outdent()

outdent( $text)

Parameters

$text

detab()

detab( $text)

Parameters

$text

_detab_callback()

_detab_callback( $matches)

Parameters

$matches

_initDetab()

_initDetab()

unhash()

unhash( $text)

Parameters

$text

_unhash_callback()

_unhash_callback( $matches)

Parameters

$matches