Escape character | \ |
Bold text | *Bold text* |
Italic text | _Italic text_ |
Citation | ??Citation?? |
Monospaced text | {{Monospaced text}} |
Single-line quote |
bq. Single-line quote |
Multiple-line |
{quote} Multiple-line quote {quote} |
Colored text | {color:green}Colored text{color} |
Underlined (inserted) text | +Underlined (inserted) text+ |
-Deleted text- | |
Superscript | ^Superscript^ |
Subscript | ~Subscript~ |
Heading size 1 |
.h1 Heading size 1 |
Heading size 5 |
.h5 Heading size 5 |
|
* Bulleted list item 1 * Bulleted list item 2Note the space between * and the text following * can be replaced by - |
|
# Numbered list item 1 # Numbered list item 2Note the space between # and the text following |
|
* List item 1 *# Nested list item 1 *# Nested list item 2 * List item 2 |
Horizontal rule |
Horizontal ---- rule |
(Long dash symbol) — | --- |
(Short dash symbol) – | -- |
External link | [External link|http://www.microsoft.com] |
http://www.microsoft.com | [http://www.microsoft.com] |
Jump to my anchor |
[#myAnchor] [Jump to my anchor|#myAnchor] |
External image | !https://www.microsoft.com/logo.png! |
Attached image "violin.png" | !violin.jpg! |
Attached image "violin.png" from "gallery macro" page | !gallery macro^violin.jpg! |
Image attributes | !https://www.microsoft.com/logo.png|align=right, width=500! |
Emoticons | See here for a complete list. |
Code block with syntax highlighting |
For XML:
{code:xml} <test> <another tag="attribute"/> </test> {code} For source code: {code:language=java|title=Bar.java|borderStyle=solid} public String getFoo() { return foo; } {code}xml can be replaced by Java (the default), JavaScript, ActionScript, HTML, SQL (see here for a complete list) |
Note/Info/Tip/Warning block |
{note}Be careful{note} {tip}Ask a question!{tip} {warning:title=Don't Panic}Be happy.{warning} {info:title=Don't Panic|icon=false}Be happy.{info} |
Noformat block |
{noformat}I do not want this text formatted!{noformat} |
Charting | See here for details. |