1. data:text/html, <html contenteditable><script type="text/javascript" src="https://raw.github.com/evilstreak/markdown-js/master/lib/markdown.js"></script><script type="text/javascript">var a;document.addEventListener('keyup',function(event){ if( a ) clearInterval(a); a = setInterval(function(){document.body.innerHTML=markdown.toHTML(document.body.innerHTML).replace("<p>","").replace("</p>","").replace(/\&gt\;/g,">").replace(/\&lt\;/g,"<");clearInterval(a);},1500);},false);</script>