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 Org Chart
Click on the 3-dot menu on the specific Org Area
Click on Edit Org Area
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 Org 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 |
[Link](http://a.com) | |
 | |
> 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.