helpers\Markdown

Class yii\helpers\Markdown

Inheritance yii\helpers\Markdown » yii\helpers\BaseMarkdown
Available since version 2.0
Source Code https://github.com/yiisoft/yii2/blob/master/framework/helpers/Markdown.php

Markdown provides an ability to transform markdown into HTML.

Basic usage is the following:

$myHtml = Markdown::process($myText); // use orig