Converts anything within triple backticks to html entities.
```
<p>Hello world.</p>
```
becomes
<p>Hello world.</p>
A Metalsmith plugin to encode html entities in html files.
JavaScriptMIT
Converts anything within triple backticks to html entities.
```
<p>Hello world.</p>
```
becomes
<p>Hello world.</p>