Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 434 Bytes

readme.md

File metadata and controls

24 lines (14 loc) · 434 Bytes

The Scala Markdown Library

Overview

This is a standalone version of the Markdown library originally developed by the Circumflex folks over at git://github.com/inca/circumflex.git

Prerequisites

  • Java 6 SDK
  • Apache Maven 2.1 or later
  • Git

Build from sources

Clone the Scala Markdown Library repository:

git clone git://github.com/chirino/scalamd.git

Build with Maven:

cd scalamd
mvn clean install