implicit_reference.html (375B)
1 <p>an <a href="http://example.com">implicit</a> reference link</p> 2 <p>an <a href="http://example.com">implicit</a> reference link with an empty link definition</p> 3 <p>an <a href="http://example.com">implicit</a> reference link followed by <a href="http://cnn.com">another</a></p> 4 <p>an <a href="http://example.com" title="Example">explicit</a> reference link with a title</p>