Plain text post formatter for the Commentar project.
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']]); ?>