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 snarkd…


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


This content originally appeared on DEV Community and was authored by Andrew Usher


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » NPM Needs: snarkdown." Andrew Usher | Sciencx - Monday April 11, 2022, https://www.scien.cx/2022/04/11/npm-needs-snarkdown/
HARVARD
Andrew Usher | Sciencx Monday April 11, 2022 » NPM Needs: snarkdown., viewed ,<https://www.scien.cx/2022/04/11/npm-needs-snarkdown/>
VANCOUVER
Andrew Usher | Sciencx - » NPM Needs: snarkdown. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/04/11/npm-needs-snarkdown/
CHICAGO
" » NPM Needs: snarkdown." Andrew Usher | Sciencx - Accessed . https://www.scien.cx/2022/04/11/npm-needs-snarkdown/
IEEE
" » NPM Needs: snarkdown." Andrew Usher | Sciencx [Online]. Available: https://www.scien.cx/2022/04/11/npm-needs-snarkdown/. [Accessed: ]
rf:citation
» NPM Needs: snarkdown | Andrew Usher | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.