This is about MtG (if it matters).

So I'd like to use the notes section in my deck list to write a detailed primer/explanation of what the deck is about.
To make it clear and useful I need to use card tooltips (headers, bolds etc would be nice as well). If I use standard html tags like:

<a href="http://deckbox.org/mtg/Blood%20Moon">Blood Moon</a>
<h3>Important creatures:</h3>

it renders fine (tooltips work!), but ONLY after I submit my changes (AJAX request).
After a full page reload the html tags are escaped and no links/tooltips are shown.

Am I doing it wrong? Is there any support for this kind of feature?