romeoz/rock-markdown

Markdown parser for PHP

Installs: 170

Dependents: 1

Suggesters: 1

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/romeoz/rock-markdown

0.11.0 2015-11-09 07:38 UTC

This package is not auto-updated.

Last update: 2025-10-11 22:40:24 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.