Skip to content

Commentar/PlainText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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