h2. Headings 

 To create a heading, type *hn.* and one space preceding the heading title (where n is a heading number 1-6). Use the below table for more information about headings in Confluence. 
{table}
{thead}
{th}Notation{th}
{th}Result{th}
{thead}
{table-row}
{table-cell}{noformat} h1. {noformat}{table-cell}
{table-cell}h1. Biggest Heading{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} h2. {noformat}{table-cell}
{table-cell}h2. Bigger Heading{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} h3. {noformat}{table-cell}
{table-cell}h3. Big Heading{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} h4. {noformat}{table-cell}
{table-cell}h4. Normal Heading{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} h5. {noformat}{table-cell}
{table-cell}h5. Small Heading{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} h6. {noformat}{table-cell}
{table-cell}h6. Smallest Heading{table-cell}
{table-row}
{table}


h2. Text Effects 

Text Effects allow you to change the formatting of one word or several words. To add special effects to text, type the appropriate symbols (as show below) directly preceding and following the word or words. 
{table}
{thead}
{th}Notation{th}
{th}Result{th}
{thead}
{table-row}
{table-cell}{noformat} *bold* {noformat}{table-cell}
{table-cell}Marks text as *bold*.{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} _italics_ {noformat}{table-cell}
{table-cell}Marks text as _italicized_.{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} ??citation?? {noformat}{table-cell}
{table-cell}Marks text as _cited_. {table-cell}
{table-row}
{table-row}
{table-cell}{noformat} -strikethrough- {noformat}{table-cell}
{table-cell}Marks text as -strikedthrough-.{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} +underline+ {noformat}{table-cell}
{table-cell}Marks text as +underlined+.{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} ^superscript^ {noformat}{table-cell}
{table-cell}Marks text as a ^superscript^.{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} ~subscript~ {noformat}{table-cell}
{table-cell}Marks text as a ~subscript~.{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} {{monospaced code text}} {noformat}{table-cell}
{table-cell}Marks text as {{code}}.{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} bq. Block quote {noformat}{table-cell}
{table-cell}bq. To make an entire paragraph into a block quotation, which is used when you are quoting more than four lines from one source, type *bq.* at the start of the line.{table-cell}
{table-row}
{table}

h2. Text Breaks 

Text breaks allow you to create breaks between words or between paragraphs. To insert hyphens and dashes properly, insert one space before and after the symbols shown below. 
{table}
{thead}
{th}Notation{th}
{th}Result{th}
{thead}
{table-row}
{table-cell}(empty line){table-cell}
{table-cell}Begins a new paragraph{table-cell}
{table-row}
{table-row}
{table-cell}{noformat}\\{noformat}{table-cell}
{table-cell}\\Inserts a line break.{table-cell}
{table-row}
{table-row}
{table-cell}{noformat} ---- {noformat}{table-cell}
{table-cell}----Inserts a horizontal ruler.{table-cell}
{table-row}
{table}

h2. Lists 

Lists allow you to present information as a series of ordered items, which are easier to read than prose. Lists cannot be formatted inside Confluence tables. 

h5. Bulleted Lists 

To create bulleted lists, type one asterisk and one space preceding each item. Type additional asterisks (\**, **\*) for deeper indentations. 
{table}
{thead}
{th}Notation{th}
{th}Result{th}
{thead}
{table-row}
{table-cell}{noformat} 
* bullet 
** indented 
** list 
* bullet 
{noformat}{table-cell}
{table-cell}
* bullet 
** indented 
** list 
* bullet
{table-cell}
{table-row}
{table}

h5. Numbered Lists 

To create numbered lists, type one pound symbol and one space preceding each item. Type additional pound symbols (##, ###) for deeper indentations. 
{table}
{thead}
{th}Notation{th}
{th}Result{th}
{thead}
{table-row}
{table-cell}{noformat} 
# numbered 
# list 
## indented 
## list 
{noformat}{table-cell}
{table-cell}
# numbered 
# list 
## indented 
## list 
{table-cell}
{table-row}
{table}

h5. Combined Bulleted and Numbered Lists 

To create combined bulleted and numbered lists, type one pound symbol, one asterisk (which can be reversed), and one space preceding each item. 
{table}
{thead}
{th}Notation{th}
{th}Result{th}
{thead}
{table-row}
{table-cell}{noformat} 
# numbered 
# list 
#* with 
#* indented 
#* bullet 
# list 
{noformat}{table-cell}
{table-cell}
# numbered 
# list 
#* with 
#* indented 
#* bullet 
# list 
{table-cell}
{table-row}
{table}

{table}
{thead}
{th}Notation{th}
{th}Result{th}
{thead}
{table-row}
{table-cell}{noformat} 
* bulleted 
* list 
*# with 
*# indented 
*# numbered 
* list 
{noformat}{table-cell}
{table-cell}
* bulleted 
* list 
*# with 
*# indented 
*# numbered 
* list 
{table-cell}
{table-row}
{table}

h2. Tables


You can use Confluence wiki markup or the Rich Text editor to create tables. Below are some guidelines on using wiki markup to create tables.
Confluence allows you to create two types of tables.

h3. Table Type 1

Allows you to create a simple table with an optional header row. You cannot set the width of the columns in this table.
Use double bars for a table heading row.

*What you need to type:*
{code}||heading 1||heading 2||heading 3||
|cell A1|cell A2|cell A3|
|cell B1|cell B2|cell B3|
{code}
*What you will get:*
|| heading 1 || heading 2 || heading 3 ||
| cell A1 | cell A2 | cell A3 |
| cell B1 | cell B2 | cell B3 |
(i) Currently, Confluence does not support nested tables.

You can also use a vertical header.

*What you need to type:*
{code}||heading 1|col A1|col A2|col A3|
||heading 2|col B1|col B2|col B3|
{code}

*What you will get:*
||heading 1|col A1|col A2|col A3|
||heading 2|col B1|col B2|col B3|


h3. Table Type 2

This method allows you to specify the width of the columns in the table.

*What you need to type*
{code}{section:border=true}

{column:width=30%}
Text for this column goes here. This is the smaller column with a width of only 30%.
{column}

{column:width=70%}
Text for this column goes here. This is the larger column with a width of 70%.
{column}

{section}
{code}
\\

*What you will get*
{section:border=true}
{column:width=30%}
Text for this column goes here. This is the smaller column with a width of only 30%.
{column}
{column:width=70%}
Text for this column goes here. This is the larger column with a width of 70%.
{column}
{section}
(i) For more details please see the Column Macro and the Section Macro.

h3. Table Type 3

This method allow using wiki syntax in cells of table. For example, allow multi line in a cell

*What you need to type*
{code}{table}
{thead}
{th}Notation{th}
{th}Result{th}
{thead}
{table-row}
{table-cell}{noformat} 
* bullet 
** indented 
** list 
* bullet 
{noformat}{table-cell}
{table-cell}
* bullet 
** indented 
** list 
* bullet
{table-cell}
{table-row}
{table}
{code}
\\

*What you will get*
{table}
{thead}
{th}Notation{th}
{th}Result{th}
{thead}
{table-row}
{table-cell}{noformat} 
* bullet 
** indented 
** list 
* bullet 
{noformat}{table-cell}
{table-cell}
* bullet 
** indented 
** list 
* bullet
{table-cell}
{table-row}
{table}

h2. Macros
{table}
{thead}
{th}Feature{th}
{th}XWiki Syntax 2.0{th}
{th}Result{th}
{thead}
{table-row}
{table-cell}Toc Macro{table-cell}
{table-cell}{{{
{toc:numbered="true"}
}}}
{table-cell}
{table-cell}
{toc:numbered="true"}

{table-cell}
{table-row}
{table-row}
{table-cell}Code Macro{table-cell}
{table-cell}{{{
{code:language="java"}
java content
{code}
}}}
{table-cell}
{table-cell}
{code:language="java"}
Class X{ String abc; public X(){};}
{code}
{table-cell}
{table-row}
{table-row}
{table-cell}Info Macro{table-cell}
{table-cell}{{{
 {info} Information {info}
}}}
{table-cell}
{table-cell}
{info}
Information
{info}
{table-cell}
{table-row}
{table-row}
{table-cell}Warning Macro{table-cell}
{table-cell}{{{
 {warning} warning {warning}
}}}
{table-cell}
{table-cell}
{warning}
Warning
{warning}
{table-cell}
{table-row}
{table-row}
{table-cell}Tip Macro{table-cell}
{table-cell}{{{
 {tip} tip {tip}
}}}
{table-cell}
{table-cell}
{tip}
Tip
{tip}
{table-cell}
{table-row}
{table-row}
{table-cell}Note Macro{table-cell}
{table-cell}{{{
 {note} Note {note}
}}}
{table-cell}
{table-cell}
{note}
Note
{note}
{table-cell}
{table-row}
{table-row}
{table-cell}Box Macro{table-cell}
{table-cell}{{{
 {box:title="Box Title",width="100%"}
 Box Content {box}
}}}
{table-cell}
{table-cell}
{box:title="Box Title",width="100%"}
Box Content
{box}
{table-cell}
{table-row}
{table-row}
{table-cell}Noformat Macro{table-cell}
{table-cell}{{{
 {noformat} **Noformat** {noformat}
}}}
{table-cell}
{table-cell}
{noformat} **Noformat** {noformat}
{table-cell}
{table-row}
{table-row}
{table-cell}Panel Macro{table-cell}
{table-cell}{{{
 {panel:title="Panel Title"} Panel 
 Content {panel}
}}}
{table-cell}
{table-cell}
{panel:title="Panel Title"} Panel Content {panel}
{table-cell}
{table-row}
{table-row}
{table-cell}Section and column macro{table-cell}
{table-cell}{{{
 {section:justify="true"}\\\\{column}
 column1{column}\\\\{column}column2
 {column}{section}
}}}
{table-cell}
{table-cell}
{section:justify="true"}
{column}column1{column}
{column}column2{column}
{section}
{table-cell}
{table-row}
{table}