Text fields support Markdown syntax.
`some text`
some text
``` some text ```
some text
**some text**
some text
*some text*
some text
~~some text~~
some text
> some
> test
some text
[link text](https://www.espocrm.com)
1. Some item
2. Another item
- Some item
- Another item
* Some item
* Another item
- Some item
- Another item
___

Using an uploaded attachment:

| Month | Amount |
| -------- | -------- |
| January | $200 |
| February | $100 |
Alignment:
| Left | Center | Right |
| -------- | :------: | -------: |
| January | Good | $200 |
| February | Normal | $100 |
- [x] Item 1
- [ ] Item 2