romeoz/rock-markdown

Markdown parser for PHP

0.11.0 2015-11-09 07:38 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:20:27 UTC


README

Abstraction over the cebe/markdown.

Latest Stable Version Build Status HHVM Status Coverage Status License

Features

  • Deny tags
  • Video tag + dummy:
    • youtube
    • vimeo
    • rutube
    • VK
    • ivi
    • dailymotion
    • sapo
  • Cropping image
  • Standalone module/component for Rock Framework

Installation

From the Command Line:

composer require romeoz/rock-markdown

In your composer.json:

{
    "require": {
        "romeoz/rock-markdown": "*"
    }
}

Requirements

  • PHP 5.4+
  • For cropping image required Rock Image: composer require romeoz/rock-image

All unbolded dependencies is optional.

License

Markdown parser is open-sourced software licensed under the MIT license.