Versions Compared

Key

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

...

Here's a short example of some typical markup:

Confluence Markup

Titles can be easily built using

Code Block
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.,.

...

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

Lists

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

...

Code Block

* 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:

...