Dashboard > Demonstration Space > Confluence Overview > Formatting Content
  Demonstration Space Log In | Sign Up   View a printable version of the current page.  
  Formatting Content
Added by Anonymous, last edited by Anonymous on Feb 10, 2007
Labels: 
(None)

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 our online documentation for Confluence Markup.

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.

When editing, look at the full notational guide on the lower right-hand side of the page for quick tips on how to insert headings, lists (even nested bullet-points), tables, and so on.

Here's a short example of some typical markup:

Confluence Markup

Titles can be easily built using

h3. Confluence Markup

Text

Text can be emphasized, bolded, cited, deleted, inserted, used as superscript or as subscript, monospaced, used as %a span%, given in bq.blockquotes bq.,.

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}}.

Colors can be employed by simply using the name of the color with the color macro: blue, orange,
green, red, purple, etc..

or, you can specify a RGB value in hexadecimal .

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} .

Lists

Lists can be built quite quickly and may either be unordered or ordered by number:

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

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

Tables

Tables can be quickly built, as in the below:

Name Office
Alice 01
Bob 23
Cathy 45
||  Name  || Office ||
|  Alice  |   01    |
|   Bob   |   23    |
|  Cathy  |   45    |
Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.3.1 Build:#643 Jan 22, 2007) - Bug/feature request - Contact Administrators