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
Top comments (0)