Commit: b2b2d0ef9dbfab2788f68aa460758fac2fce10a1

Author: Nate Abele | Date: 2010-07-11 23:25:13 -0400
Fixing wiki formatting to properly display braces.
diff --git a/readme.wiki b/readme.wiki index 51c90b6..262b044 100644 --- a/readme.wiki +++ b/readme.wiki @@ -23,7 +23,7 @@ There are also general tags which can be added to any docblock. These include th ### Markdown syntax -Docblock descriptions are written in Markdown format, with a few conventions. Namely, any code references or identifiers should be enclosed in backticks. This includes namespaces, classes, variable names, and keywords like `true`, `false` and `null`. Extended code examples should be written enclosed in three sets of curly braces, i.e.: {{ // Code goes here }}}. +Docblock descriptions are written in Markdown format, with a few conventions. Namely, any code references or identifiers should be enclosed in backticks. This includes namespaces, classes, variable names, and keywords like `true`, `false` and `null`. Extended code examples should be written enclosed in three sets of curly braces, i.e.: {{{ // Code goes here }}}. ### Code embedding