Skip to content

Commit b871b5f

Browse files
steseemairaw
authored andcommitted
added syntax highlighting of xml examples (#3262)
language was missing, added "xml" after ```
1 parent 7ef475c commit b871b5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Xml.Linq/XElement.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ Console.WriteLine(root)
768768
769769
This example produces the following output:
770770
771-
```
771+
```xml
772772
<Root>Some text</Root>
773773
<Root>
774774
<NewChild>n</NewChild>
@@ -1090,7 +1090,7 @@ Console.WriteLine(root)
10901090
10911091
This example produces the following output:
10921092
1093-
```
1093+
```xml
10941094
<Root>Some text</Root>
10951095
<Root>
10961096
<NewChild>n</NewChild>
@@ -6579,7 +6579,7 @@ Console.WriteLine(root)
65796579
65806580
This example produces the following output:
65816581
6582-
```
6582+
```xml
65836583
<Root>
65846584
<NewChild>n</NewChild>
65856585
</Root>

0 commit comments

Comments
 (0)