/metalsmith-encode-html

A Metalsmith plugin to encode html entities in html files.

Primary LanguageJavaScriptMIT LicenseMIT

Converts anything within triple backticks to html entities.

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

becomes

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