| Formatting (Strong and Emphasis): |
|
|
| [b]strong text[/b] or [i]emphasised text[/i] |
=> |
strong text or emphasised text |
| |
|
|
| Images: |
|
|
| [image]www.example.com/example.gif[/image] or [image=www.example.com/example.gif]alt
tag[/image] |
=> |
or ![alt tag]() |
| |
|
|
| Emoticons: |
|
|
:) or ;) etc
For an emoticon to be converted it needs white space either before
or after the emoticon |
=> |
or
etc |
| |
|
|
| URLs and Emails: |
|
|
http://www.example.com
example@example.com
URL's and emails are made into links automatically (for URLs to
be auto-converted, they must start with http://, https://, or ftp://).
You can also specifically define a block as a URL like this: |
=> |
http://www.example.com
example@example.com |
| [url]www.example.com[/url] or [url=www.example.com]name[/url] |
=> |
www.example.com or name |
| |
|
|
| Quotes: |
|
|
| [quote]quote goes here[/quote] |
=> |
Quote:
quote goes here |
| |
|
|
| Code: |
|
|
[code] for item in
sequence: print item
[/code] |
=> |
for item in sequence:
print item |