rah / rah_terminal_markdown
Markdown module for rah_terminal
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:textpattern-plugin
Requires
- michelf/php-markdown: 1.3.*
- rah/rah_autoload: *
- rah/rah_terminal: 0.1.*
- textpattern/installer: *
This package is auto-updated.
Last update: 2024-10-15 12:23:02 UTC
README
The module generates and prints out HTML markup from given Markdown syntax. Uses and requires PHP Markdown library.
Installing
Using Composer:
$ composer.phar require rah/rah_terminal_markdown
Requirements
Minimum requirements:
- Textpattern 4.5.0
- Rah_terminal 0.1.0
- PHP 5.3.0
- PHP Markdown 1.3.0
Changelog
Version 0.1.3 – 2013/05/08
- Uses rah/rah_autoload to load dependencies.
Version 0.1.2 – 2013/05/07
- Fixed the reported version number in the compiled installer.
Version 0.1.1 – 2013/05/07
- Uses textpattern/installer and textpattern/lock.
Version 0.1.0 – 2013/04/24
- Initial release.