This forum allows you to use Markdown as markup language when creating posts or adding comments. Markdown is also used by Github so it's probably familiar to you. The following guide explain its basic syntax:
*single asterisks* _single underscores_ **double asterisks** __double underscores__
Header 1 ======== Header 2
# Header 1 ## Header 2 ### Header 3 #### Header 4 ##### Header 5 ###### Header 6
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla neque nisl, fringilla sed blandit non, pretium eu odio. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla neque nisl, fringilla sed blandit non, pretium eu odio.
* one * two * three
1. one 2. two 3. three
```php <?php require __DIR__ . '/vendor/autoload.php'; ```
``` $ cd cphalcon/build $ sudo ./install ```
Lorem ipsum dolor sit amet consectetur adipiscing elit. Nulla neque nisl, fringilla sed blandit non, pretium eu odio.
Don't forget to add `echo $foo;`. Please replace `<b>` to `<strong>`.
* * * ******* - - - - --------
This is an [inline link](http://example.com). This [link](http://example.com "example website") has title attribute.
This is an [reference style link][id1]. This [link][id2] has title attribute. [id1]: http://example.com/ [id2]: http://example.com/ "example website"
![Alt text](/path/to/image.png) ![Alt text](/path/to/image.png "Title")
| head | head | |------|------| | body | body |
ins
tag defines a text that has been inserted into a
document.
My favorite color is ~blue~ ~~red~~!
My favorite color isbluered!
del
tag defines text that has been deleted from a
document.
My favorite color is ~blue~ ~~red~~!
My favorite color isbluered!