@@ -137,6 +137,7 @@ Here is the complete list of mimetypes that can be directly previewed in API Das
137
137
| File Type | Mimetype | Extension | Comment |
138
138
| --------- | -------------------------- | ----------------- | -------- |
139
139
| PDF | ` application/pdf ` | ` .pdf ` | |
140
+ | CSV | ` text/csv ` | ` .csv ` | Can be improved |
140
141
| Image | ` image/apng ` | ` .apng ` | Animated |
141
142
| Image | ` image/avif ` | ` .avif ` | |
142
143
| Image | ` image/bmp ` | ` .bmp ` | |
@@ -177,15 +178,14 @@ Here is the complete list of mimetypes that are syntax highlighted in API Dash:
177
178
| ------------------ | --------- | ------------------------------------------------------------------------------------------------------------------ |
178
179
| ` application/json ` | ` .json ` | Other mimetypes like ` application/geo+json ` , ` application/vcard+json ` that are based on ` json ` are also supported. |
179
180
| ` application/xml ` | ` .xml ` | Other mimetypes like ` application/xhtml+xml ` , ` application/vcard+xml ` that are based on ` xml ` are also supported. |
180
- | ` text/xml ` | ` .xml ` | |
181
- | ` application/yaml ` | ` .yaml ` | Others - ` application/x-yaml ` or ` application/x-yml ` |
182
- | ` text/yaml ` | ` .yaml ` | Others - ` text/yml ` |
183
- | ` application/sql ` | ` .sql ` | |
184
- | ` text/css ` | ` .css ` | |
185
- | ` text/html ` | ` .html ` | Only syntax highlighting, no web preview. |
186
- | ` text/javascript ` | ` .js ` | |
187
- | ` text/markdown ` | ` .md ` | |
188
- | ` text/csv ` | ` .csv ` | Renders CSV in tabular format |
181
+ | ` text/xml ` | ` .xml ` | |
182
+ | ` application/yaml ` | ` .yaml ` | Others - ` application/x-yaml ` or ` application/x-yml ` |
183
+ | ` text/yaml ` | ` .yaml ` | Others - ` text/yml ` |
184
+ | ` application/sql ` | ` .sql ` | |
185
+ | ` text/css ` | ` .css ` | |
186
+ | ` text/html ` | ` .html ` | Only syntax highlighting, no web preview. |
187
+ | ` text/javascript ` | ` .js ` | |
188
+ | ` text/markdown ` | ` .md ` | |
189
189
190
190
## What's new in v0.3.0?
191
191
0 commit comments