Skip to content

kbrsh/marka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

minimal markdown parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published