Added a "Blocks" section

This commit is contained in:
Larry Ullman
2014-06-08 16:31:37 -04:00
parent caf9edc2a4
commit 5ceb7bbdbc

View File

@ -16,6 +16,15 @@ Guidelines to go by when writing or editing any Yii documentation.
## Formatting
## Blocks
Blocks use the Markdown `> Type: `. There are four block types:
* `Warning`, for bad security things and other problems
* `Note`, to emphasize key concepts, things to avoid
* `Info`, general information (an aside); not as strong as a "Note"
* `Tip`, pro tips, extras, can be useful but may not be needed by everyone all the time
## References
* Yii 2.0 or Yii 2 (not Yii2 or Yii2.0)