Skip to content

Commit e20ead2

Browse files
authored
Update README.md
1 parent afd82af commit e20ead2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ Here is the complete list of mimetypes that can be directly previewed in API Das
137137
| File Type | Mimetype | Extension | Comment |
138138
| --------- | -------------------------- | ----------------- | -------- |
139139
| PDF | `application/pdf` | `.pdf` | |
140+
| CSV | `text/csv` | `.csv` | Can be improved |
140141
| Image | `image/apng` | `.apng` | Animated |
141142
| Image | `image/avif` | `.avif` | |
142143
| Image | `image/bmp` | `.bmp` | |
@@ -177,15 +178,14 @@ Here is the complete list of mimetypes that are syntax highlighted in API Dash:
177178
| ------------------ | --------- | ------------------------------------------------------------------------------------------------------------------ |
178179
| `application/json` | `.json` | Other mimetypes like `application/geo+json`, `application/vcard+json` that are based on `json` are also supported. |
179180
| `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` | |
189189

190190
## What's new in v0.3.0?
191191

0 commit comments

Comments
 (0)