Skip to content

Commit 4a600df

Browse files
committed
Update selection mark description
1 parent c41a9ed commit 4a600df

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure AI Content Understanding converts unstructured documents into [GitHub Flav
1717

1818
## Words and selection marks
1919

20-
Recognized words and detected selection marks are represented in markdown as plain text. Content may be escaped to avoid ambiguity with markdown formatting syntax.
20+
Recognized words and detected selection marks are represented in markdown as plain text. Selection marks are encoded using the Unicode characters `` (selected) and `` (unselected). Content might be escaped to avoid ambiguity with markdown formatting syntax.
2121

2222
## Barcodes
2323

@@ -106,7 +106,7 @@ This is a footnote.
106106
## Page metadata
107107

108108
Markdown doesn't natively encode page metadata, such as page numbers, headers, footers, and breaks.
109-
Since this information may be useful for downstream applications, we encode such metadata as HTML comments.
109+
Since this information might be useful for downstream applications, we encode such metadata as HTML comments.
110110

111111
| Metadata | Markdown |
112112
| --- | --- |

0 commit comments

Comments
 (0)