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

Lines Matching refs:before

122     # - Scramble important tags before passing them to the kses filter.
277 # Called before the transformation process starts to setup parser
453 # We need to do this before the next, more liberal match, because the next
576 # We need to escape raw HTML in Markdown source before doing anything
976 # We use a different prefix before nested lists than top-level lists.
1676 # Add extra escapable characters before parent constructor
1882 # Text before pattern will be first in the array, text after
1897 $parsed .= $parts[0]; # Text before current tag.
2031 \s* # Eat whitespace before the `markdown` attribute
2086 # Text before pattern will be first in the array, text after
2102 $block_text .= $parts[0]; # Text before current tag.
2141 # Calculate indent before tag.
2472 [ ]{0,'.$less_than_tab.'} # whitespace before colon
2699 $footnote .= "\n"; # Need to append newline before parsing.