|
1 | 1 | # Supported file extensions
|
2 | 2 |
|
3 |
| -| Content Type | Supported Extensions | Description | |
4 |
| -|--------------|-------------------------------------------------------------------------|-------------------------------------------| |
5 |
| -| mermaid | [.mermaid](./pie_chart.mermaid), [.mmd](./pie_chart.mmd) | Diagramming and charting tool | |
6 |
| -| geoJSON | [.geojson](./fictional_park.geojson), [.json](./fictional_park.json) | Format for encoding geographic data | |
7 |
| -| topoJSON | [.topojson](./fictional_park.topojson), .json | Extension of GeoJSON for topology data | |
8 |
| -| STL | [.stl](./solid_cube.stl) | File format for 3D models | |
9 |
| -| Markdown | [.markdown](./documentation.markdown), [.md](./documentation.md) | Markup language for formatting text | |
10 |
| -| SVG | [.svg](./theultimatemarkdowncheatsheet-brightgreen.svg) | Scalable Vector Graphics file format | |
11 |
| -| PNG | [.png](./BinaryTree.png) | Portable Network Graphics file format | |
12 |
| -| GIF | [.gif](./ruby.gif) | Graphics Interchange Format file | |
13 |
| -| JPEG | [.jpg](./BinaryTree.jpg), .jpeg | JPEG image file format | |
14 |
| -| Text | [.txt](./todo.txt) | Plain text file | |
| 3 | +| Content Type | Supported Extensions | Description | |
| 4 | +|--------------|----------------------------------------------------------------------------|-------------------------------------------| |
| 5 | +| mermaid | [.mermaid](./pie_chart.mermaid), [.mmd](./pie_chart.mmd) | Diagramming and charting tool | |
| 6 | +| geoJSON | [.geojson](./fictional_park.geojson), [.json](./fictional_park.json) | Format for encoding geographic data | |
| 7 | +| topoJSON | [.topojson](./fictional_park.topojson), .json | Extension of GeoJSON for topology data | |
| 8 | +| STL | [.stl](./solid_cube.stl) | File format for 3D models | |
| 9 | +| Markdown | [.markdown](./documentation.markdown), [.md](./documentation.md) | Markup language for formatting text | |
| 10 | +| SVG | [.svg](./theultimatemarkdowncheatsheet-brightgreen.svg), [.svg](./md.svg) | Scalable Vector Graphics file format | |
| 11 | +| PNG | [.png](./BinaryTree.png) | Portable Network Graphics file format | |
| 12 | +| GIF | [.gif](./ruby.gif) | Graphics Interchange Format file | |
| 13 | +| JPEG | [.jpg](./BinaryTree.jpg), .jpeg | JPEG image file format | |
| 14 | +| Text | [.txt](./todo.txt) | Plain text file | |
15 | 15 |
|
16 | 16 | ## mermaid
|
17 | 17 |
|
@@ -345,6 +345,14 @@ endsolid cube
|
345 | 345 | <img src="./theultimatemarkdowncheatsheet-brightgreen.svg" alt="Green button with the text 'theultimatemarkdowncheatsheet' in white letters."/>
|
346 | 346 | ```
|
347 | 347 |
|
| 348 | +SVG Animation |
| 349 | + |
| 350 | +<img src="./md.svg" alt="Animated SVG of the text 'Markdown-Cheatsheet' in white letters."/> |
| 351 | + |
| 352 | +```md |
| 353 | +<img src="./md.svg" alt="Animated SVG of the text 'Markdown-Cheatsheet' in white letters."/> |
| 354 | +``` |
| 355 | + |
348 | 356 | ## PNG
|
349 | 357 |
|
350 | 358 | <img src="./BinaryTree.png" alt="Logo of BinaryTree featuring a hexagonal icon."/>
|
|
0 commit comments