リンク、リスト、ヘッダー、およびリクエストの説明やコメントで、マークダウンを使用してスタイルを設定できます。
この記事では、Pendo Feedbackでマークダウンを使用する場所と方法について説明します。Pendoガイドでマークダウンを使用する方法については、別途ガイドのテキスト編集のためのマークダウン構文を参照してください。
見出し
構文
# Header1
## Header2
### Header3
#### Header4
##### Header5
###### Header6
太字の構文
**This text will be bold**
斜体と太字の構文を一緒に
**Everyone *must* attend the meeting at 5 o'clock today.**
結果
リンク
構文
[This link is great!](https://support.pendo.io)
結果
順序付きリスト
構文
1. Item 1
2. Item 2
3. Item 3
または
1. Item 1
1. Item 2
1. Item 3
結果
順序なしリスト
構文
- Item
- Item
- Item
* Item
* Item
* Item
結果
Here's an idea: why don't we take `SuperiorProject` and turn it into `**Reasonable**Project`.
結果
コードブロック
構文
```
x = 0
x = 2 + 2
what is x
```
結果