developit / snarkdown

:smirk_cat: A snarky 1kb Markdown parser written in JavaScript
http://jsfiddle.net/developit/828w6t1x/
MIT License
2.29k stars 109 forks source link

Exposiing the parser API #114

Open jcubic opened 10 months ago

jcubic commented 10 months ago

I'm searching for a simple Markdown parser, but it seems that when I search all I have in SEPR are markdown compilers that convert markdown to HTML.

Do you think it's a good idea to expose the parser API? Or maybe I should fork the project and add the parser myself?