You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/Concepts/data-sources-supported.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ After importing a file or URL, QnA Maker converts and stores your content in the
183
183
184
184
If you add or edit your content directly in your knowledge base, use **markdown formatting** to create rich text content or change the markdown format content that is already in the answer. QnA Maker supports much of the markdown format to bring rich text capabilities to your content. However, the client application, such as a chat bot may not support the same set of markdown formats. It is important to test the client application's display of answers.
185
185
186
-
Refer to the markdown examples provided in the [QnA Maker markdown reference](reference-markdown-format.md) for more information.
186
+
Refer to the markdown examples provided in the [QnA Maker markdown reference](../reference-markdown-format.md) for more information.
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/reference-markdown-format.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,20 @@ Following is the list of markdown formats that you can use in QnA Maker's answer
10
10
11
11
|Purpose|Format|Example markdown|Rendering<br>as displayed in Chat bot|
12
12
|--|--|--|--|
13
-
A new line between 2 sentences.|`\n\n`|`How can I create a bot with \n\n QnA Maker?`||
14
-
|Headers from h1 to h6, the number of `#` denotes which header. 1 `#` is the h1.|`\n# text \n## text \n### text \n####text \n#####text`|`## Creating a bot \n ...text.... \n### Important news\n ...text... \n### Related Information\n ....text...`<br><br>`\n# my h1 \n## my h2\n### my h3 \n#### my h4 \n##### my h5`|<br>|
15
-
|Italics |`*text*`|`How do I create a bot with *QnA Maker*?`||
16
-
|String (bold)|`**text**`|`How do I create a bot with **QnA Maker**?`||
17
-
|URL for link|`[text](https://www.my.com)`|`How do I create a bot with [QnA Maker](https://www.qnamaker.ai)?`||
18
-
|*URL for public image|``|`How can I create a bot with `||
19
-
|Strikethrough|`~~text~~`|`some ~~questoins~~ questions need to be asked`||
20
-
|Bold and italics|`***text***`|`How can I create a ***QnA Maker*** bot?`||
21
-
|Bold URL for link|`[**text**](https://www.my.com)`|`How do I create a bot with [**QnA Maker**](https://www.qnamaker.ai)?`||
22
-
|Italics URL for link|`[*text*](https://www.my.com)`|`How do I create a bot with [*QnA Maker*](https://www.qnamaker.ai)?`||
23
-
|Escape markdown symbols|`\*text\*`|`How do I create a bot with \*QnA Maker\*?`||
24
-
|Ordered list|`\n 1. item1 \n 1. item2`|`This is an ordered list: \n 1. List item 1 \n 1. List item 2`<br>The preceding example uses automatic numbering built into markdown.<br>`This is an ordered list: \n 1. List item 1 \n 2. List item 2`<br>The preceding example uses explicit numbering.||
25
-
|Unordered list|`\n * item1 \n * item2`<br>or<br>`\n - item1 \n - item2`|`This is an ordered list: \n * List item 1 \n * List item 2`||
26
-
|Nested lists|`\n * Parent1 \n\t * Child1 \n\t * Child2 \n * Parent2`<br><br>`\n * Parent1 \n\t 1. Child1 \n\t * Child2 \n 1. Parent2`<br><br>You can nest ordered and unordered lists together. The tab, `\t`, indicates the indentation level of the child element.|`This is an unordered list: \n * List item 1 \n\t * Child1 \n\t * Child2 \n * List item 2`<br><br>`This is an ordered nested list: \n 1. Parent1 \n\t 1. Child1 \n\t 1. Child2 \n 1. Parent2`|<br>|
13
+
A new line between 2 sentences.|`\n\n`|`How can I create a bot with \n\n QnA Maker?`||
14
+
|Headers from h1 to h6, the number of `#` denotes which header. 1 `#` is the h1.|`\n# text \n## text \n### text \n####text \n#####text`|`## Creating a bot \n ...text.... \n### Important news\n ...text... \n### Related Information\n ....text...`<br><br>`\n# my h1 \n## my h2\n### my h3 \n#### my h4 \n##### my h5`|<br>|
15
+
|Italics |`*text*`|`How do I create a bot with *QnA Maker*?`||
16
+
|String (bold)|`**text**`|`How do I create a bot with **QnA Maker**?`||
17
+
|URL for link|`[text](https://www.my.com)`|`How do I create a bot with [QnA Maker](https://www.qnamaker.ai)?`||
18
+
|*URL for public image|``|`How can I create a bot with `||
19
+
|Strikethrough|`~~text~~`|`some ~~questoins~~ questions need to be asked`||
20
+
|Bold and italics|`***text***`|`How can I create a ***QnA Maker*** bot?`||
21
+
|Bold URL for link|`[**text**](https://www.my.com)`|`How do I create a bot with [**QnA Maker**](https://www.qnamaker.ai)?`||
22
+
|Italics URL for link|`[*text*](https://www.my.com)`|`How do I create a bot with [*QnA Maker*](https://www.qnamaker.ai)?`||
23
+
|Escape markdown symbols|`\*text\*`|`How do I create a bot with \*QnA Maker\*?`||
24
+
|Ordered list|`\n 1. item1 \n 1. item2`|`This is an ordered list: \n 1. List item 1 \n 1. List item 2`<br>The preceding example uses automatic numbering built into markdown.<br>`This is an ordered list: \n 1. List item 1 \n 2. List item 2`<br>The preceding example uses explicit numbering.||
25
+
|Unordered list|`\n * item1 \n * item2`<br>or<br>`\n - item1 \n - item2`|`This is an ordered list: \n * List item 1 \n * List item 2`||
26
+
|Nested lists|`\n * Parent1 \n\t * Child1 \n\t * Child2 \n * Parent2`<br><br>`\n * Parent1 \n\t 1. Child1 \n\t * Child2 \n 1. Parent2`<br><br>You can nest ordered and unordered lists together. The tab, `\t`, indicates the indentation level of the child element.|`This is an unordered list: \n * List item 1 \n\t * Child1 \n\t * Child2 \n * List item 2`<br><br>`This is an ordered nested list: \n 1. Parent1 \n\t 1. Child1 \n\t 1. Child2 \n 1. Parent2`|<br>|
27
27
28
28
*QnA Maker doesn't process the image in any way. It is the client application's role to render the image.
0 commit comments