Skip to content

Commit f5e7995

Browse files
committed
Fix markup in XML chapter
1 parent 3ea3fc3 commit f5e7995

File tree

1 file changed

+4
-4
lines changed
  • manual/en-US/coding-standards/chapters

1 file changed

+4
-4
lines changed

manual/en-US/coding-standards/chapters/xml.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ A max line length of 100 characters is recommended for good reading.
1717
#### Examples
1818

1919
Element is **empty**:
20-
````
20+
```xml
2121
<field
2222
name="abc"
2323
type="text"
2424
label="Empty Field"
2525
description="Empty field without options"
2626
/>
27-
````
27+
```
2828

2929
Element is **not empty**:
30-
````
30+
```xml
3131
<field
3232
name="abc"
3333
type="radio"
@@ -54,4 +54,4 @@ Element is **not empty**:
5454
SOMETHING_VERY_LONG
5555
</option>
5656
</field>
57-
````
57+
```

0 commit comments

Comments
 (0)