Home | History | Annotate | Download | only in Tests_2007
      1 ![Alt text](/path/to/img.jpg)
      2 
      3 ![Alt text](/path/to/img.jpg "Optional title")
      4 
      5 Inline within a paragraph: [alt text](/url/).
      6 
      7 ![alt text](/url/  "title preceded by two spaces")
      8 
      9 ![alt text](/url/  "title has spaces afterward"  )
     10 
     11 ![alt text](</url/>)
     12 
     13 ![alt text](</url/> "with a title").
     14 
     15 ![Empty]()
     16 
     17 ![this is a stupid URL](http://example.com/(parens).jpg)
     18 
     19 
     20 ![alt text][foo]
     21 
     22   [foo]: /url/
     23 
     24 ![alt text][bar]
     25 
     26   [bar]: /url/ "Title here"