/mdpp

Markdown++ Compiler Project - A compiler for a better Markdown markup.

Primary LanguageJava

Overview

This program is a compiler for Markdown language.

Currently only supporting HTML target. The roadmap includes RTF and PDF

Usage:

Java mdpp nameOfFile.md NameOfOutputFile.html

Requirements

  • Sun's JDK >= 1.8

All other needed libraries are included.