Markdown in Feedback

Last updated:

You can use Markdown to style your links, lists, headers, and other styles in your request descriptions and comments.

This article covers where and how to use Markdown in Pendo Feedback. For information on using Markdown with Pendo Guides, see Markdown Syntax for Guide Text Editing instead.

Headings

Syntax

# Header1
## Header2
### Header3
#### Header4
##### Header5
###### Header6

Result

mceclip2.png

Horizontal Line

Syntax

---

MarkdownComment_HorizontalLine.png

Result 

Comment_horizontalLine.png

Block quotes

Syntax

> Pardon my french
>> hello
> again

Result

mceclip3.png

Styling text

Italics syntax

*This text will be italic*

Bold syntax

**This text will be bold**

Italic and bold syntax together

**Everyone *must* attend the meeting at 5 o'clock today.**

Result

mceclip4.png

Links

Syntax

[This link is great!](https://support.pendo.io)

Result

mceclip5.png

Ordered lists

Syntax

1. Item 1
2. Item 2
3. Item 3

OR

1. Item 1
1. Item 2
1. Item 3

Result

mceclip6.png

Unordered lists

Syntax

- Item
- Item 
- Item
OR
* Item
* Item
* Item

Result

Screenshot_2022-12-30_at_22.00.13.png 

Nested lists

Syntax

Screenshot_2022-12-30_at_22.06.37.png

OR

Screenshot_2022-12-30_at_22.07.50.png

Result

Screenshot_2022-12-30_at_22.06.45.png

Reference

Syntax

This is [an example][id] reference-style link.

Result 

mceclip9.png

Inline code

Syntax

Here's an idea: why don't we take `SuperiorProject` and turn it into `**Reasonable**Project`.

Result

mceclip10.png

Code block

Syntax

```
x = 0
x = 2 + 2
what is x
``` 

Result

mceclip11.png

Was this article helpful?
8 out of 15 found this helpful