When writing Rhtml documents you can utilize <!--rinline x --> to write inline code in the Rhtml document. However, this code is wrapped in <code class="inline knitr">x</code> which can wreck havoc on basic formatting.
Is there a way to remove this entirely? So that only x is written into the document.