Andrew Usher

NPM Needs: snarkdown

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

If you liked this article and think others should read it, please share it on Twitter!