Commit aa8fbd96 by resurtm

PHPDoc Markdown newlines before code blocks added.

parent 477fd5fb
......@@ -14,6 +14,7 @@ use yii\base\Widget;
* or in a plain text are always left untouched.
*
* Usage example:
*
* ```php
* <body>
* <?php Spaceless::begin(); ?>
......@@ -28,6 +29,7 @@ use yii\base\Widget;
* ```
*
* This example will generate the following HTML:
*
* ```html
* <body>
* <div class="navbar"><!-- other tags --></div><div class="content"><!-- other tags --></div></body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment