Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
/ markerel Public archive

The parser of choice for the discerning Markdown author

License

Notifications You must be signed in to change notification settings

connorkuehl/markerel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markerel

The parser of choice for the discerning Markdown author.

Features

Markerel currently supports:

  • atx style headers (## I'm a level 2 header)
  • Bold text (**I'm a piece of bold text!**)
  • Italic text (*I'm leaning over because I'm italic!*)
  • Links ([text](URL))
  • Strikethrough (~~cross this text off~~)
  • Inline code (\Markerel.hs``)
  • Plain text :-)
  • Unordered lists (like this one!)
  • Ordered lists (enumerated lists, with numbers at the beginning)

Usage

Build it with make

Markerel will only talk to stdin and stdout right now, so you'll probably end up using it in a pipe-y IO-redirect-y kind of way.

$ cat a_markdown_file.md | ./Markerel.hs > document.html

About

The parser of choice for the discerning Markdown author

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published