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:
|
||||
|
||||
aaa,bbb,ccc¬
|
||||
xxx,yyy,zzz¬
|
||||
```csv
|
||||
aaa,bbb,ccc¬
|
||||
xxx,yyy,zzz¬
|
||||
```
|
||||
|
||||
JSON:
|
||||
|
||||
[
|
||||
["aaa", "bbb", "ccc"],
|
||||
["xxx", "yyy", "zzz"]
|
||||
]
|
||||
```json
|
||||
[
|
||||
["aaa", "bbb", "ccc"],
|
||||
["xxx", "yyy", "zzz"]
|
||||
]
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user