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
- Host: GitHub
- URL: https://github.com/gocom/rah_terminal_markdown
- Owner: gocom
- License: gpl-2.0
- Created: 2013-04-22T11:00:39.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-08T20:06:26.000Z (about 13 years ago)
- Last Synced: 2025-10-08T00:33:03.789Z (8 months ago)
- Language: PHP
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
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.