Skip to content

Commit 2143c5d

Browse files
Merge pull request #6978 from PatrickFarley/cu-updates
try fix md table
2 parents 5873506 + a04c19d commit 2143c5d

File tree

1 file changed

+3
-3
lines changed
  • articles/ai-services/content-understanding/document

1 file changed

+3
-3
lines changed

articles/ai-services/content-understanding/document/markdown.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Content Understanding Document Modality Supported Markdown Elements
2+
title: "Document analysis: Markdown representation"
33
titleSuffix: Azure AI services
44
description: Description of the supported Markdown elements returned as part of the Content Understanding Document response and how to use the response in your applications.
55
author: PatrickFarley
@@ -91,15 +91,15 @@ This is a footnote.
9191
:::column-end:::
9292
:::column:::
9393

94-
```md
94+
9595
<table>
9696
<caption>Table 1. Example</caption>
9797
<tr><th>Header A</th><th>Header B</th></tr>
9898
<tr><td>Cell 1A</td><td>Cell 1B</td></tr>
9999
<tr><td>Cell 2A</td><td>Cell 2B</td></tr>
100100
</table>
101101
This is a footnote.
102-
```
102+
103103
:::column-end:::
104104
:::row-end:::
105105

0 commit comments

Comments
 (0)