Browse Source

more doc variable name fixes

tags/2.0.0-alpha
Carsten Brandt 12 years ago
parent
commit
ed74636af8
  1. 4
      framework/helpers/Markdown.php

4
framework/helpers/Markdown.php

@ -13,13 +13,13 @@ namespace yii\helpers;
* Basic usage is the following:
*
* ```php
* $my_html = Markdown::process($my_text);
* $myHtml = Markdown::process($myText);
* ```
*
* If you want to configure the parser:
*
* ```php
* $my_html = Markdown::process($my_text, array(
* $myHtml = Markdown::process($myText, array(
* 'fn_id_prefix' => 'footnote_',
* ));
* ```

Loading…
Cancel
Save