Skip to content

Commit ee018d6

Browse files
committed
2nd H2 - as requested
1 parent 928a11c commit ee018d6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/cognitive-services/QnAMaker/reference-markdown-format.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ ms.date: 01/09/2020
77

88
# Markdown format supported in QnA Maker answer text
99

10-
Following is the list of markdown formats that you can use in QnA Maker's answer text.
10+
QnA Maker stores answer text as markdown. There are many flavors of markdown. In order to make sure the answer text is returned and displayed correctly, use this reference.
11+
12+
Use the **[CommonMark](https://commonmark.org/help/tutorial/index.html)** tutorial to validate your Markdown. The tutorial has a **Try it** feature for quick copy/paste validation.
1113

14+
## Supported markdown format
15+
16+
Following is the list of markdown formats that you can use in QnA Maker's answer text.
1217

1318
|Purpose|Format|Example markdown|Rendering<br>as displayed in Chat bot|
1419
|--|--|--|--|
@@ -29,7 +34,7 @@ A new line between 2 sentences.|`\n\n`|`How can I create a bot with \n\n QnA Mak
2934

3035
*QnA Maker doesn't process the image in any way. It is the client application's role to render the image.
3136

32-
If you want to add content using update/replace knowledgebase APIs and the content/file contains html tags, you can preserve the HTML in your file by ensuring that opening and closing of the tags are converted in the encoded format.
37+
If you want to add content using update/replace knowledge base APIs and the content/file contains html tags, you can preserve the HTML in your file by ensuring that opening and closing of the tags are converted in the encoded format.
3338

3439
| Preserve HTML | Representation in the API request | Representation in KB |
3540
|-----------|---------|-------------------------|

0 commit comments

Comments
 (0)