Csv Added in readme

This commit is contained in:
Chinmay
2024-03-02 20:49:06 +05:30
parent c0723588ca
commit f2810865f2

View File

@ -185,6 +185,10 @@ Here is the complete list of mimetypes that are syntax highlighted in API Dash:
| `text/html` | `.html` | Only syntax highlighting, no web preview. |
| `text/javascript` | `.js` | |
| `text/markdown` | `.md` | |
| `text/csv` | `.
csv` |
Renders CSV in table format.
|
## What's new in v0.3.0?