Content Formatting
When you are building initiatives (or milestones, activities, etc.) or using a notes view, the following formatting tips can help you make your content more readable, as well as give you the option to add images.
There are a number of special characters you can use to format your text. Note that these formatting options only apply to large text boxes, such as descriptions in the Overview tab. You will see the results of your formatting when you click out of the box you are updating.
Bulleted List
To create a bulleted list, prefix each line with a * or - character, then leave space before you start your text.
* Monday
* Tuesday
* Wednesday
becomes
Indented List
To create an indented, bulleted list, add double spaces (or multiples of double spaces) then the bullet and the space before you start your text.
* bullet point
* indented bullet point
* further indented bullet point
becomes
Ordered List
Use "1." and spaces to create an ordered, numbered list.
1. ordered item
1. ordered sub-item
1. ordered sub-item
1. ordered item
1. ordered item
becomes
Text Formatting
To bold and/or italicize text, add either * or _ before and after the text as shown below.
**bold text**
__bold text__
*italicized text*
_italicized text_
_**both**_
becomes
You can strike through text with ~~ before and after the text.
~~strikethrough~~
becomes
Quotes
If you wish to highlight quoted text, use > as follows.
> This is the first paragraph of a quote.
>
> This is the second paragraph of a quote.
>
> > Which contains a nested quote.
>
> This is the last paragraph of a quote,
which is a bit longer, but still renders as 1 single line.
becomes
Divider Line
To insert a divider line, enter three dashes --- in a new line.
---
becomes
Heading
To create a heading, prefix the text with # (or multiple #) and a space.
# title 1
## title 2
### title 3
#### title 4
##### title 5
###### title 6
becomes
Hyperlinks
To hyperlink text, type [text to be hyperlinked](full URL with https://).
[Visit Wave Success Center!](https://help.mckinseywavesupport.com/)
becomes
Tables
To organize text within a table, use pipes | and hyphens --- to delineate columns.
| First Header | Second Header |
| --- | --- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
becomes
You can align text in the columns by including colons : to the left, right or on both sides of the hyphens in the header row.
| First Header | Second Header | Third Header |
| :-- | --: | :--: |
| Content align left | Content align right | Content align center |
| text | text | text |
| text | text | text |
becomes
You can further customize your table contents using bold or italic text or adding hyperlinks.
Blocks
Set off text, such as code or other content, in a block using backticks or spaces.
Use 3 backticks:
```
This is supposed to be code,
on 2 lines.
```
becomes
Use 4 spaces (no need for backticks):
This is code also,
spread on 2 lines.
becomes
Use 4 spaces or more for better indentation (no need for backticks):
This should be
indented
code, spread on 3 lines.
becomes
Inline code is can be created with a single backtick
And we also support `inline code` with a single backtick
becomes
Images
Insert a publicly accessible image or one hosted in a place users can log into by inserting . You can specify the width of the image (height will auto adjust) in pixels or using named sizing.
-  = width of the image will be 500px; the image will always be at max, the width of the markdown
-  = width of the image will be 5% of the markdown width
-  = width of the image will be 25% of the markdown width
-  = width of the image will be 50% of the markdown width
-  = width of the image will be 75% of the markdown width
-  = width of the image will be 100% of the markdown width