Méthode |
Description |
|
MarkdownExtra_Parser ( ) |
|
|
_appendFootnotes_callback ( $matches ) |
|
|
_doAbbreviations_callback ( $matches ) |
|
|
_doDefLists_callback ( $matches ) |
|
|
_doFencedCodeBlocks_callback ( $matches ) |
|
|
_doFencedCodeBlocks_newlines ( $matches ) |
|
|
_doHeaders_attr ( $attr ) |
|
|
_doHeaders_callback_atx ( $matches ) |
|
|
_doHeaders_callback_setext ( $matches ) |
|
|
_doTable_callback ( $matches ) |
|
|
_doTable_leadingPipe_callback ( $matches ) |
|
|
_hashHTMLBlocks_inHTML ( $text, $hash_method, $md_attr ) |
|
|
_hashHTMLBlocks_inMarkdown ( $text, $indent, $enclosing_tag_re = '', $span = false ) |
|
|
_processDefListItems_callback_dd ( $matches ) |
|
|
_processDefListItems_callback_dt ( $matches ) |
|
|
_stripAbbreviations_callback ( $matches ) |
|
|
_stripFootnotes_callback ( $matches ) |
|
|
appendFootnotes ( $text ) |
|
|
doAbbreviations ( $text ) |
|
|
doDefLists ( $text ) |
|
|
doFencedCodeBlocks ( $text ) |
|
|
doFootnotes ( $text ) |
|
|
doHeaders ( $text ) |
|
|
doTables ( $text ) |
|
|
formParagraphs ( $text ) |
|
|
hashClean ( $text ) |
|
|
hashHTMLBlocks ( $text ) |
|
|
processDefListItems ( $list_str ) |
|
|
setup ( ) |
|
|
stripAbbreviations ( $text ) |
### Abbreviations ### |
|
stripFootnotes ( $text ) |
### Footnotes |
|
teardown ( ) |
|
|