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

Lines Matching refs:Need

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
577 # else. This need to be done for each block, and not only at the
1314 # so we need to fix that:
1410 # Smart processing for ampersands and angle brackets that need to
1760 # Tags that do not need to be closed.
1963 # Need to parse tag and following text using the HTML parser.
1977 # Need to parse tag and following text using the HTML parser.
2699 $footnote .= "\n"; # Need to append newline before parsing.