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

Lines Matching refs:nested

427                   <\2           # nested opening tag
433 '.*?'. # last level nested tag content
435 </\2\s*> # closing nested tag
444 # First, look for nested blocks, e.g.:
452 # the inner nested divs must be indented.
463 # Match from `\n<tag>` to `</tag>\n`, handling nested tags
976 # We use a different prefix before nested lists than top-level lists.
1807 # tag with that name. Nested tags supported.
1992 # Increase/decrease nested tag count.
2118 # Increase/decrease nested tag count. Only do so if
2194 # blocking invalid nested overlap.