Change markdown formatting

This commit is contained in:
2015-04-01 20:31:02 +01:00
parent 29459df76f
commit d9435d35ef

View File

@@ -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