metalsmith-encode-html
v0.0.2
Published
A Metalsmith plugin to encode html entities in html files.
Downloads
12
Readme
Converts anything within triple backticks to html entities.
```
<p>Hello world.</p>
```
becomes
<p>Hello world.</p>