marka

0.1.0 • Public • Published

Marka

minimal markdown parser

Usage

Use it by requiring it with either npm, or the browser.

Use the marka function and pass in markdown, you will get HTML back!

marka("[Kabir Shah](http://kabir.ml");
 
// returns
// <a href="http://kabir.ml">Kabir Shah</a>

License

Released under the MIT License by Kabir Shah

Package Sidebar

Install

npm i marka

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • kingkabir