NPM Needs: snarkdown
Andrew Usher
Posted on April 11, 2022
What Is It?
snarkdown
is a barebones markdown parser with the sole purpose of converting markdown to HTML. This could be used in cases where you don't need a full fledged tool like marked
or remark
Usage Examples
import snarkdown from 'snarkdown'
console.log(snarkdown('# Hello World'))
// '<h1>Hello World</h1>'
More Info
- Github Repo: developit/snarkdown
- Author: Jason Miller
💖 💪 🙅 🚩
Andrew Usher
Posted on April 11, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.