2017 © Pedro Peláez
 

yii2-extension yii2-markdown

Yii2 markdown parser and editor

image

altiore/yii2-markdown

Yii2 markdown parser and editor

  • Monday, June 27, 2016
  • by Razzwan
  • Repository
  • 1 Watchers
  • 3 Stars
  • 107 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

Yii2 Markdown

Yii2 markdown parser and editor, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

"altiore/yii2-markdown": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

  1. Convert markdown to html:
<?= \altiore\yii2\markdown\Markdown::convert($markdownText); ?>
  1. Editor markdown in yii2 form:
<?= $form->field($model, 'text')->widget(\altiore\yii2\markdown\MarkdownEditor::class) ?>

The Versions

27/06 2016

dev-master

9999999-dev

Yii2 markdown parser and editor

  Sources   Download

MIT

The Requires

 

by Avatar Razzwan

yii2 markdown markdown parser markdown editor

27/06 2016

1.0.2

1.0.2.0

Yii2 markdown parser and editor

  Sources   Download

MIT

The Requires

 

by Avatar Razzwan

yii2 markdown markdown parser markdown editor

27/06 2016

1.0.1

1.0.1.0

Yii2 markdown parser and editor

  Sources   Download

MIT

The Requires

 

by Avatar Razzwan

yii2 markdown markdown parser markdown editor

27/06 2016

1.0.0

1.0.0.0

Yii2 markdown parser and editor

  Sources   Download

MIT

The Requires

 

by Avatar Razzwan

yii2 markdown markdown parser markdown editor