commentar/plain-text

Plain text post formatter

v0.0.2 2014-07-26 18:58 UTC

This package is auto-updated.

Last update: 2024-04-06 07:30:26 UTC


README

Build Status Scrutinizer Quality Score Code Coverage Latest Stable Version Total Downloads

Plain text post formatter for the Commentar project.

Installation

Add the formatter to the project's composer.json file:

"require": {
    "commentar/plain-text": "0.0.*",
}

Use it in your templates:

<?php echo $this->renderView('PlainText', ['content' => $comment['content']]); ?>