Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

metalsmith-encode-html

jscheel11MIT0.0.2

A Metalsmith plugin to encode html entities in html files.

readme

Converts anything within triple backticks to html entities.

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

becomes

<p>Hello world.</p> `