mirror of
https://github.com/parsecsv/csv-spec.git
synced 2026-02-19 00:46:40 +00:00
Change markdown formatting
This commit is contained in:
16
README.md
16
README.md
@@ -63,15 +63,19 @@ character used in any given input CSV-like formatted file/data.
|
|||||||
|
|
||||||
CSV:
|
CSV:
|
||||||
|
|
||||||
aaa,bbb,ccc¬
|
```csv
|
||||||
xxx,yyy,zzz¬
|
aaa,bbb,ccc¬
|
||||||
|
xxx,yyy,zzz¬
|
||||||
|
```
|
||||||
|
|
||||||
JSON:
|
JSON:
|
||||||
|
|
||||||
[
|
```json
|
||||||
["aaa", "bbb", "ccc"],
|
[
|
||||||
["xxx", "yyy", "zzz"]
|
["aaa", "bbb", "ccc"],
|
||||||
]
|
["xxx", "yyy", "zzz"]
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
Reference in New Issue
Block a user