It'll be nice if the library supports CDATA block. I put a block of code to render like this: <pre><code> <h1>Title</h1> ... </code></pre> Right now, the h1 tag needs to be escaped as \<h1\> A CDATA block will make putting longer block of code less tedious.