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

Lines Matching refs:alt

797         # First, handle reference-style labeled images: ![alt text][id]
802 ('.$this->nested_brackets_re.') # alt text = $2
817 # Next, handle inline images: ![alt text](url "optional title")
823 ('.$this->nested_brackets_re.') # alt text = $2
859 $result = "<img src=\"$url\" alt=\"$alt_text\"";
883 $result = "<img src=\"$url\" alt=\"$alt_text\"";