Skip to content

Commit 3591954

Browse files
Merge pull request #230974 from sally-baolian/patch-107
Update speech-synthesis-markup-structure.md
2 parents 38e7017 + a6ac819 commit 3591954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/speech-synthesis-markup-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The Speech service automatically handles punctuation as appropriate, such as pau
7777

7878
## Special characters
7979

80-
To use the characters `&`, `<`, and `>` within the SSML element's value or text, you must use the entity format. Specifically you must use `&amp;` in place of `&`, `&lt;` use in place of `<`, and use `&gt;` in place of `>`. Otherwise the SSML will not be parsed correctly.
80+
To use the characters `&`, `<`, and `>` within the SSML element's value or text, you must use the entity format. Specifically you must use `&amp;` in place of `&`, use `&lt;` in place of `<`, and use `&gt;` in place of `>`. Otherwise the SSML will not be parsed correctly.
8181

8282
For example, specify `green &amp; yellow` instead of `green & yellow`. The following SSML will be parsed as expected:
8383

0 commit comments

Comments
 (0)