Skip to content

NotAShelf/marker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marker

Worst markdown parser on the face of earth, written in C because I enjoy shooting myself in the foot. Designed with a user in mind, but not for yours.

Please do not try to use this in an actual production scenario, but you are welcome to mess around with it and submit PRs to improve functionality.

Features

We can somewhat reliably parse the following:

  • Bold: text
  • Italic: text
  • Inline code: code
  • Links: [text](url)
  • Escape characters: *, _, #, etc.
  • Blockquotes: > text

Testing

A very basic test is included, but it will not assert anything. Please review the HTML output manually.

About

Worst markdown parser on the face of earth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors