Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chirino/scalamd

Scala of Markdown: http://daringfireball.net/projects/markdown
https://github.com/chirino/scalamd

Last synced: 3 months ago
JSON representation

Scala of Markdown: http://daringfireball.net/projects/markdown

Awesome Lists containing this project

README

        

# 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