Excerpt |
---|
| 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. |
Here is a short example of some typical markup:
Confluence MarkupTitles can be easily built using Code Block |
---|
h3. Confluence Markup
|
TextText can be emphasised, bolded, cited, deleted, inserted, used as superscript or as subscript, monospaced , used as %a span%, given in bq. blockquotes. Code Block |
---|
Text can be _emphasised_, *bolded*, ??cited??, -deleted-, +inserted+, used as ^superscript^ or as ~subscript~, {{monospaced}}, used as %a span%, given in bq. blockquotes.
|
ColourYou can specify a colour simply by typing the name of the colour into the 'color' macro: blue, orange, green, red, purple, etc. or you can specify a RGB value in hexadecimal. Code Block |
---|
You can specify a colour simply by typing the name of the colour into 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}.
|
ListsLists can be bulleted or ordered by number: - Kinds of Markup
- Text Effects
- Headings
- Text Breaks
- Links
- Other
- Kinds of Markup
- Text Effects
- Headings
- Text Breaks
- Links
- Other
Code Block |
---|
* Kinds of Markup
** Text Effects
** Headings
** Text Breaks
** Links
** Other
* Kinds of Markup
*# Text Effects
*# Headings
*# Text Breaks
*# Links
*# Other
|
TablesUse the pipe character to build tables quickly: Name | Office |
---|
Alice | 01 | Bob | 23 | Cathy | 45 |
Code Block |
---|
|| Name || Office ||
| Alice | 01 |
| Bob | 23 |
| Cathy | 45 |
|
|