Skip to content

Commit 82f039d

Browse files
v-maudelcarlossanlop
authored andcommitted
C150427: Fixing CDATA formatting (#3653)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: the Markdown CDATA content is incorrectly formatted in source files, moreover it is breaking the target publishing builds since the content inside those tags are being processed as XML tag instead of Markdown content.
1 parent c96e758 commit 82f039d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.IO/StringReader.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,7 @@ This implementation of `Close` calls the <xref:System.IO.StringReader.Dispose%2A
735735
<summary>Asynchronously reads all the characters from the input string starting at the current position and advances the current position to the end of the input string.</summary>
736736
<returns>A task representing the asynchronous read operation. The value of the <paramref name="TResult" /> parameter contains the total number of characters read into the buffer.</returns>
737737
<remarks>
738-
<format type="text/markdown">
739-
<![CDATA[
738+
<format type="text/markdown"><![CDATA[
740739
741740
## Remarks
742741

0 commit comments

Comments
 (0)