Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.13 KB

PlainText

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']]); ?>