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

Lines Matching full:lookahead

968                       (?!                       # Negative lookahead for another list item marker
1100 ((?=^[ ]{0,'.$this->tab_width.'}\S)|\Z) # Lookahead for non-space at line-start, or end of doc
2411 (?! # Negative lookahead for another term
2417 (?! # Negative lookahead for another definition
2459 (?![:][ ]|[ ]) # negative lookahead for a definition
2463 (?=\n?[ ]{0,3}:[ ]) # lookahead for following line feed
2639 (?!\[\^.+?\]:\s)# negative lookahead for footnote marker.