I wanted to add a "Programmer Bookshelf" section to my CV but neither
[![alt desc][1][2]]
[1]: image url
[2]: amazon link
or
<a href="amazon link"><img alt="alt desc" src="image url"></a>
Work when saved, despite working in the live preview
Update:
I currently have the following in my Background section:
<a href="http://www.pragprog.com/titles/tpp/the-pragmatic-programmer"><img alt="The Pragmatic Programmer" src="http://ecx.images-amazon.com/images/I/41HXiIojloL._SY185.jpg"></a>
<a href="http://rads.stackoverflow.com/amzn/click/0201485672"><img alt="Refactoring: Improving the Design of Existing Code" src="http://ecx.images-amazon.com/images/I/21ZceZ5jBTL._BO2,204,203,200,35,-76_SY240.jpg"></a>
<a href="http://rads.stackoverflow.com/amzn/click/0262640376"><img alt="The Design of Everyday Things" src="http://ecx.images-amazon.com/images/I/419AvyCIVTL._SY185.jpg"></a>
<a href="http://rads.stackoverflow.com/amzn/click/0596517742"><img alt="JavaScript: The Good Parts" src="http://ecx.images-amazon.com/images/I/41bum-QsrNL._BO2,204,203,200_SY185.jpg"></a>
<a href="http://www.sensible.com/dmmt.html"><img alt="Don’t Make Me Think!" src="http://ecx.images-amazon.com/images/I/4189W8B2NXL._SY185.jpg"></a>
but on http://careers.stackoverflow.com/sam-hasler it's rendered as:
<div class="">
<h3>Background</h3>
<div class="statement"><p><a href="http://www.pragprog.com/titles/tpp/the-pragmatic-programmer" rel="nofollow"></a>
<a href="http://rads.stackoverflow.com/amzn/click/0201485672" rel="nofollow"></a>
<a href="http://rads.stackoverflow.com/amzn/click/0262640376" rel="nofollow"></a>
<a href="http://rads.stackoverflow.com/amzn/click/0596517742" rel="nofollow"></a>
<a href="http://www.sensible.com/dmmt.html" rel="nofollow"></a></p>
</div>
</div>