| labels | supported-format,markdown,reference |
|---|
[TOC]
All basic styling features are supported — text can be
| Markdown | Confluence |
|---|---|
**bold** |
bold |
_italic_ |
italic |
~~strikethrough~~ |
|
With ~subscript~ and ^superscript^ |
With |
Mixed one like **bold with _emphasis_ part**, all ***bold and italic*** |
Mixed one like bold with emphasis part, all bold and italic |
You can also use quotation blocks:
| Markdown | Confluence |
|---|---|
> This is a quote
>
> Spanning multiple paragraphs **styled** and `monoscript` |
|
Both numbered and bullet lists are supported:
| Markdown | Confluence |
|---|---|
1. one
2. two
3. three
* unordered
* list
* as nested
1. And ordered
2. again |
|
Simple task lists are supported too, but due to limitations of Confluence no mixed items are supported.
This will work:
| Markdown | Confluence |
|---|---|
* [ ] not done
* [x] done |
|
But this will not work:
| Markdown | Confluence |
|---|---|
* [ ] not done
* [x] done
* simple item |
|
You can embed emojis supported in unicode by using :emoji-code:. In some cases it is way easier
compared to putting just unicode symbol.
| Markdown | Confluence |
|---|---|
:metal: |
🤘 |
You can find supported codes on emoji cheat sheet page.