Skip to content

romeOz/rock-markdown

Repository files navigation

Markdown parser for PHP

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.