This content originally appeared on DEV Community and was authored by Andrew Usher
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
This content originally appeared on DEV Community and was authored by Andrew Usher

Andrew Usher | Sciencx (2022-04-11T02:22:11+00:00) NPM Needs: snarkdown. Retrieved from https://www.scien.cx/2022/04/11/npm-needs-snarkdown/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.