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

https://github.com/gocom/rah_terminal_markdown

Markdown module for rah_terminal
https://github.com/gocom/rah_terminal_markdown

Last synced: about 2 months ago
JSON representation

Markdown module for rah_terminal

Awesome Lists containing this project

README

          

h1. Markdown module for rah_terminal

p. The module generates and prints out HTML markup from given Markdown syntax. Uses and requires "PHP Markdown":https://github.com/michelf/php-markdown library.

h2. Installing

p. Using "Composer":http://getcomposer.org:

bc. $ composer.phar require rah/rah_terminal_markdown

h2. Requirements

p. Minimum requirements:

* Textpattern 4.5.0
* "Rah_terminal":https://github.com/gocom/rah_terminal 0.1.0
* PHP 5.3.0
* "PHP Markdown":https://github.com/michelf/php-markdown 1.3.0

h2. Changelog

h3. Version 0.1.3 - 2013/05/08

* Uses "rah/rah_autoload":https://packagist.org/packages/rah/rah_autoload to load dependencies.

h3. Version 0.1.2 - 2013/05/07

* Fixed the reported version number in the compiled installer.

h3. Version 0.1.1 - 2013/05/07

* Uses "textpattern/installer":https://packagist.org/packages/textpattern/installer and "textpattern/lock":https://packagist.org/packages/textpattern/installer.

h3. Version 0.1.0 - 2013/04/24

* Initial release.