Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chirino/scalamd
- Owner: chirino
- License: apache-2.0
- Created: 2010-09-13T20:37:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-13T13:40:47.000Z (about 12 years ago)
- Last Synced: 2024-01-18T07:22:51.127Z (12 months ago)
- Language: Scala
- Homepage:
- Size: 4.64 MB
- Stars: 12
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE.md
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