PHPackages                             altiore/yii2-markdown - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. altiore/yii2-markdown

ActiveYii2-extension[Parsing &amp; Serialization](/categories/parsing)

altiore/yii2-markdown
=====================

Yii2 markdown parser and editor

1.0.2(10y ago)21221[1 PRs](https://github.com/altiore/yii2-markdown/pulls)3MITPHP

Since Jun 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/altiore/yii2-markdown)[ Packagist](https://packagist.org/packages/altiore/yii2-markdown)[ RSS](/packages/altiore-yii2-markdown/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (4)Used By (3)

Yii2 Markdown
=============

[](#yii2-markdown)

Yii2 markdown parser and editor

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist altiore/yii2-markdown "*"

```

or add

```
"altiore/yii2-markdown": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

1. Convert markdown to html:

```

```

2. Editor markdown in yii2 form:

```
