Text Effects
Text effects are used to change the formatting of words and sentences.
Notation |
Comment |
**strong**
|
Makes text strong. |
_emphasis_
|
Makes text emphasis.. |
-deleted-
|
Makes text as deleted. |
> Some block quoted text
|
To make an entire paragraph into a block quotation, place "> " before it.
Example:
Some block quoted text
|
> here is quotable
> content to be quoted
|
Quote a block of text that's longer than one paragraph.
Example:
here is quotable content to be quoted
|
Links
Learning how to create links quickly is important.
Notation |
Comment |
[Example Site](http://example.com)
|
To create an inline link, use a set of regular parentheses immediately after the link text’s closing square bracket. Inside the parentheses, put the URL where you want the link to point, along with an optional title for the link, surrounded in quotes.
Examples:
Example Site
|
Lists
Lists allow you to present information as a series of ordered items.
Notation |
Comment |
* some
* bullet
** indented
** bullets
* points
|
A bulleted list (must be in first column). Use more (**) for deeper indentations.
Example:
|
- different
- bullet
- types
|
A list item (with -), several lines create a single list.
Example:
|
1. a numbered
2. list
3. of items
|
A numbered list (must be in first column). Use more (##, ###) for deeper indentations.
Example:
- a numbered
- list
- of items
|
Images
Images can be embedded into a wiki renderable field from attached files or remote sources.
Notation |
Comment |
![Alt text](/path/to/img.jpg)
or
![Alt text](/path/to/img.jpg "Optional title")
|
Image syntax that is intended to resemble the syntax for links, allowing for two styles: inline and reference.
|
Graphical emoticons
:)
|
|
:(
|
|
:P
|
|
;)
|
|
:thumbsup:
|
|
:thumbsdown:
|
|
|
:check:
|
|
:error:
|
|
:warning:
|
|
:heart:
|
|
:hot:
|
|
:star:
|
|
|