Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Panel

Confluence markup is easy to learn and quick to use. Below you will find a quick overview of markup, but not a comprehensive one. It is enough to get you started. You can also visit

...

the online

...

Confluence

...

User Guide.

Excerpt
exampleIndex
exampleIndex

Confluence pages are written in a simple markup language based on Textile. By using this simple markup Confluence makes it easy for your team to create and share content together.


The best way to learn the markup is just to edit this (or any other) page, and start typing.

...

Code Block
Text can be _emphasized_, *bolded*, ??cited??, -deleted-, +inserted+, 
used as ^superscript^ or as ~subscript~, 
used as %a span%, given in bq.blockquotes bq., and {{monospaced}}.

...

or, you can specify a RGB value in hexadecimal .

Code Block


h4. Color
Colors can be employed by simply using the name of the color with the color macro:


{color:blue}blue{color}, {color:orange}orange{color}, {color:green}green{color},
 {color:red}red{color}, {color:purple}purple{color}, etc..

or, you can specify a RGB value in {color:33CCCC}hexadecimal{color} .

...

  • Kinds of Markup
    1. Text Effects
    2. Headings
    3. Text Breaks
    4. Links
    5. Other
Code Block

* Kinds of Markup
** Text Effects
** Headings
** Text Breaks
** Links
** Other

* Kinds of Markup
## Text Effects
## Headings
## Text Breaks
## Links
## Other

...

Name

Office

Alice

01

Bob

23

Cathy

45

Code Block

||  Name  || Office ||
|  Alice  |   01    |
|   Bob   |   23    |
|  Cathy  |   45    |