sergioro9 / markdown-compiler

A markdown compiler written in Ruby, for educational purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Markdown Parser

The following is a minimalistic Ruby implementation of a markdown compiler, it translates markdown to HTML.

For a full series on how this compiler works,

The main purpose of this library is to explain basic compiler design techniques so it's not made to be fast, but easy to read and understand.

For more information about the project, or if you are interested in learning how to write compilers from scratch, see the blog post series at Beezwax's blog.

Run Tests

To run tests just run rake.

About

A markdown compiler written in Ruby, for educational purposes.

License:MIT License


Languages

Language:Ruby 99.4%Language:Shell 0.6%