Readme.md

April 15, 2014 ยท View on GitHub

Converts anything within triple backticks to html entities.

     ```
     <p>Hello world.</p>
     ```

becomes

&lt;p&gt;Hello world.&lt;/p&gt;