Skip to content

Commit 187e251

Browse files
v-maudelmairaw
authored andcommitted
C135357: Fixing CDATA formatting (#3422)
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 b66a4e1 commit 187e251

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

xml/System.Numerics/BigInteger.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6630,8 +6630,7 @@ value Mod 2 = 0
66306630
<summary>Converts the representation of a number, contained in the specified read-only span of characters, in a specified style to its <see cref="T:System.Numerics.BigInteger" /> equivalent.</summary>
66316631
<returns>A value that is equivalent to the number specified in the <paramref name="value" /> parameter.</returns>
66326632
<remarks>
6633-
<format type="text/markdown">
6634-
<![CDATA[
6633+
<format type="text/markdown"><![CDATA[
66356634

66366635
## Remarks
66376636

@@ -7757,8 +7756,7 @@ The integer value `33022` can be exported in four different arrays:
77577756
<summary>Tries to convert the string representation of a number to its <see cref="T:System.Numerics.BigInteger" /> equivalent, and returns a value that indicates whether the conversion succeeded.</summary>
77587757
<returns><see langword="true" /> if <paramref name="value" /> was converted successfully; otherwise, <see langword="false" />.</returns>
77597758
<remarks>
7760-
<format type="text/markdown">
7761-
<![CDATA[
7759+
<format type="text/markdown"><![CDATA[
77627760

77637761
## Remarks
77647762

0 commit comments

Comments
 (0)