scalatra / scalamd   1.7.3

Apache License 2.0 GitHub

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

Scala versions: 2.13 2.12 2.11 2.10

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 8 SDK
  • sbt 1.x
  • Git

How to use

https://search.maven.org/search?q=g:org.scalatra.scalate%20scalamd

libraryDependencies += "org.scalatra.scalate" %% "scalamd" % {latest version}

Build from sources

Clone the Scala Markdown Library repository:

git clone [email protected]:scalatra/scalamd.git
sbt package