Skip to content

Commit 3a48143

Browse files
committed
update
1 parent 31491b3 commit 3a48143

File tree

2 files changed

+63
-12
lines changed

2 files changed

+63
-12
lines changed

supported_file_extensions/README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Supported file extensions
22

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

1616
## mermaid
1717

@@ -345,6 +345,14 @@ endsolid cube
345345
<img src="./theultimatemarkdowncheatsheet-brightgreen.svg" alt="Green button with the text 'theultimatemarkdowncheatsheet' in white letters."/>
346346
```
347347

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+
348356
## PNG
349357

350358
<img src="./BinaryTree.png" alt="Logo of BinaryTree featuring a hexagonal icon."/>

supported_file_extensions/md.svg

Lines changed: 43 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)