In this help doc
Using Markdown
Markdown is a user-friendly way of formatting a text on web pages. In MetaPulse most multi-line input fields accept markdown. If unsure, give it a try!
Click Team Chart
Click on the 3-dot menu on the specific Team
Click on Edit Team
In our example, we added ** before and after "completed" to make it bold.
Click Update
It displays the word in bold
This is just one example of using Markdown to format the information on the Team Chart. You can find more options in Markdown Syntax.
Markdown Syntax
Type | … to Get |
*Italic* | Italic |
**Bold** | Bold |
# Heading 1 | Heading 1 |
## Heading 2 | Heading 2 |
### Heading 3 | Heading 3 |
#### Heading 4 | Heading 4 |
##### Heading 5 | (The text will appear smaller than Heading 4) |
###### Heading 6 | (Smallest text) |
[Link](http://a.com) | |
![Image](http://url/a.png) | |
> Blockquote | Blockquote |
* List |
|
1. One |
|
Horizontal rule: | Horizontal rule: |
`Inline code` with backticks |
|
``` | code block |
There are many more formatting options available. For more info, see the Markdown Cheat Sheet.