8000 Update ignoreemptycells.md · Synthoid/ExportSheetData@173f1d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 173f1d0

Browse files
authored
Update ignoreemptycells.md
1 parent ae73e87 commit 173f1d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/general/ignoreemptycells.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Charizard | Fire | Flying
2424
*Default Outputs:*
2525

2626
JSON:
27-
```
27+
```json
2828
{
2929
"Flame Pokemon" : {
3030
"Charmander" : {
@@ -46,7 +46,7 @@ JSON:
4646
}
4747
```
4848
XML:
49-
```
49+
```xml
5050
<pokedex>
5151
<Flame_Pokemon>
5252
<Charmander>
@@ -68,7 +68,7 @@ XML:
6868
*Ignore Outputs:*
6969

7070
JSON:
71-
```
71+
```json
7272
{
7373
"Flame Pokemon" : {
7474
"Charmander" : {
@@ -88,7 +88,7 @@ JSON:
8888
}
8989
```
9090
XML:
91-
```
91+
```xml
9292
<pokedex>
9393
<Flame_Pokemon>
9494
<Charmander>

0 commit comments

Comments
 (0)
0