Cool app, this will be one of my new vices! I tried looking through the sourcecode to do it myself, but I'm not incredibly familiar with Android app structure or if maybe there's some convenient helper methods to do this in Android apps.<p>I was just wondering if you could maybe add the following to the comment text in the Comments view to render HTML elements like &#62; (which should be >) and &#38; (which should be &). Also, maybe do this:<p><pre><code> comment = comment.replace(/\*(.+)\*/,"<i>$1</i>")
</code></pre>
Also, I noticed the comments view doesn't space out paragraphs or render preformatted text (inside the <pre> tags, which HN applies to lines that start with two spaces).