Skip to content

jscheel/metalsmith-encode-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converts anything within triple backticks to html entities.

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

becomes

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

About

A Metalsmith plugin to encode html entities in html files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published