Note: This article is for Pendo Feedback, if you're trying to use Markdown with Pendo Guides, refer to this article instead.
Overview
Pendo Feedback request descriptions also supports some Markdown syntax to help you style your links, lists, headers, and other styles. Here is an example:
Markdown syntax is also supported in comments:
Available Syntax
Headings
# Header1
## Header2
### Header3
#### Header4
##### Header5
###### Header6
Bold
**This text will be bold**
Together
**Everyone *must* attend the meeting at 5 o'clock today.**
Result
Links
[This link is great!](https://support.pendo.io)
Result
Ordered lists
1. Item 1
2. Item 2
3. Item 3
Result
Unordered lists
- Item
- Item
- Item
* Item
* Item
* Item
Result
Here's an idea: why don't we take `SuperiorProject` and turn it into `**Reasonable**Project`.
Result
Multiple lines
```
x = 0
x = 2 + 2
what is x
```
Result