Skip to content

A simple and (currently) incomplete Markdown to HTML converter.

Notifications You must be signed in to change notification settings

the-bokya/Marko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Marko

A simple and (currently) incomplete Markdown to HTML converter I put together in a night and am working on while learning Haskell.

Note

This is currently an incomplete version with numerous bugs and will surely not adhere to the standards.

Building

Building using ghc.

ghc markdown.hs

Usage

Write the Markdown through STDIN and read it from STDOUT.

cat md.md | ./markdown | cat > md.html

Currently, the program can take a single 'styles.css' file and use its CSS.

Example

Marko converts the following Markdown to HTML (with a custom CSS style):

# Report

## About
This is the-bokya!
He is:

1. The ***best***!
2. The **bokya**!

+ yo!
+ bro!

Result:

The converted HTML

About

A simple and (currently) incomplete Markdown to HTML converter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published