Syntax
Starting with version 0.1.0, Hello! CMS is using php markdown as the markup language. See Daring Fireball: Markdown Syntax Documentation for a description of the syntax. Hello! CMS can use regular markdown, or the slightly modified php markdown extra syntax. If you do not want to use php markdown extra syntax, download the regular php markdown from PHP Markdown and replace the markdown.php included with Hello! CMS with the one included in the php markdown download.
wiki syntax
Because markdown does not provide any markup for wiki links, some extra syntax has been added to support normal wiki links:
| CamelCase | a traditional wiki link | |
| [[camel case]] | another wiki link | |
| [[camel case|title]] | a wiki link with a title | |
| [[^foo.jpg]] | an image floated left. | |
| [[foo.jpg^]] | an image floated right. | |
| [[downloads/]] | a directory listing. |