Feedbackのマークダウン

最終更新日:

リンク、リスト、ヘッダー、およびリクエストの説明やコメントで、マークダウンを使用してスタイルを設定できます。

この記事では、Pendo Feedbackでマークダウンを使用する場所と方法について説明します。Pendoガイドでマークダウンを使用する方法については、別途ガイドのテキスト編集のためのマークダウン構文を参照してください。

見出し

構文

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

結果

mceclip2.png

水平線

構文

---

MarkdownComment_HorizontalLine.png

結果

Comment_horizontalLine.png

ブロック引用

構文

> Pardon my french
>> hello
> again

結果

mceclip3.png

テキストのスタイル設定

斜体の構文

*This text will be italic*

太字の構文

**This text will be bold**

斜体と太字の構文を一緒に

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

結果

mceclip4.png

リンク

構文

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

結果

mceclip5.png

順序付きリスト

構文

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

または

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

結果

mceclip6.png

順序なしリスト

構文

- Item
- Item 
- Item
または
* Item
* Item
* Item

結果

Screenshot_2022-12-30_at_22.00.13.png 

ネストされたリスト

構文

Screenshot_2022-12-30_at_22.06.37.png

または

Screenshot_2022-12-30_at_22.07.50.png

結果

Screenshot_2022-12-30_at_22.06.45.png

参考

構文

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

結果

mceclip9.png

インラインコード

構文

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

結果

mceclip10.png

コードブロック

構文

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

結果

mceclip11.png

この記事は役に立ちましたか?
15人中8人がこの記事が役に立ったと言っています