Cheatography
https://cheatography.com
This cheat sheet contains most used markup syntax for Atlassian Confluance, a few often used Keyboard Shortcuts and lists several Macro names.
Attention
(1) |
Some Markup is not useable in the WYSIWYG editor directly, then you have to use Paste Markup by Ctrl + Shift + D
! |
Keyboard Shortcuts
|
Create a child page |
|
Edit current page |
|
New Paragraph |
|
New Line |
|
Paste Markup text |
|
Submit / Save |
|
Keyboard Shortcut help |
Escape
Special characters can be escaped with a backslash , examples: \{
, \!
, ... |
Headings
h1. Biggest heading |
h3. Big Heading |
h6. Smallest heading |
Headings are started with h1. - h6.
Text Effects
*bold text* |
bold text |
_italics_ |
italics |
{{monospaced}} |
|
-strikethrough- |
strikethrough
|
+underline+ |
no preview |
??citation?? |
- citation |
bq. Block quotation |
| Block quotation |
^superscript^ |
superscript |
subscript |
no preview |
{color:red}red text{color} |
no preview |
Horizontal Rule
Horizontal Rules are created by a line containing 4 dashes: ----
|
Text Breaks
Paragraph Breaks are created by blank line. |
Line Breaks are implicitly created by a single newline or explicitly by \\ (1) |
|
|
Lists
Simple lists |
- item 1 - item 2 - item 3 |
Bulleted lists |
* level 1 * level 1 ** level 2 |
Numbered lists |
# level 1 # level 1 ## level 2 |
Mixed lists |
# numbered #* indented bullet |
Table (1)
||heading 1||heading 2||heading 3||
|cell A1|cell A2|cell A3|
|cell B1|cell B2|cell B3|
|
Table with Lists (1)
||Heading 1||Heading 2||
|* Item 1
* Item 2
* Item 3|# Item 1
# Item 2
# Item 3|
|
Links
[pagename to link to] |
[#anchor to jump to] |
[pagename#anchor] |
[space:pagename] |
[http://external url to link] |
Images
!http:// fully qualified URL! |
!attached-image.gif! |
!pagename^image.gif! |
!space:pagename^image.gif! |
|
|
Macro Syntax
{macroname} |
{macroname:param=value} |
{macroname:param1=value1|param2=...} |
Macros
{toc} |
Table of Content |
{code} |
Code block |
{section} |
Sections on page |
{info} |
Show info box |
{note} |
Show warning box |
{tip} |
Show tip box |
{warning} |
Show error box |
{include:pagename} |
Include page |
{style} |
Include CSS |
Code Block languages
actionscript3 bash csharp coldfusion cpp css delphi diff erlang groovy html/xml java javafx javascript perl php powershell python ruby scala sql text vb |
Sections (1)
{section:border=true}
{column:width=30%}
small column with a width of only 30%.
{column}
{column:width=70%}
larger column with a width of 70%.
{column}
{section}
|
|
Created By
Metadata
Favourited By
Comments
Johnny Tran, 13:16 12 Jun 19
Nice job, Thank you for sharing.
Add a Comment
Related Cheat Sheets