Community contributed extensions

Markdown [markdown] module

This module is for the Play 1.x series only.

Easily bring markdown contents into your application.

see https://github.com/orefalo/play-markdown for version history

https://github.com/orefalo/play-markdown

Written by Olivier Refalo.

Published releases

1.8 Jan 19 2013 Documentation Try Play
1.7 Feb 15 2012 Documentation Try Play
1.6 Feb 06 2012 Documentation Try Play
1.5 Nov 12 2011 Documentation Try Play
1.4 Oct 29 2011 Documentation Try Play
1.3 Oct 18 2011 Documentation Try Play
1.2 Oct 03 2011 Documentation Try Play
1.1 Sep 15 2011 Documentation Try Play
1.0 Aug 17 2011 Documentation Try Play

To install locally this module use the install command:

play install markdown-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> markdown {version}