All
This commit is contained in:
Dvurechensky 2025-03-01 15:02:58 +03:00
commit 6e693dfd68
14 changed files with 556 additions and 0 deletions

BIN
Files/BinaryTree.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

BIN
Files/BinaryTree.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

@ -0,0 +1 @@
# Documentation

1
Files/documentation.md Normal file

@ -0,0 +1 @@
# Documentation

@ -0,0 +1,24 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-100.0, 40.0],
[-99.0, 40.0],
[-99.0, 41.0],
[-100.0, 41.0],
[-100.0, 40.0]
]
]
},
"properties": {
"name": "Fictional Park",
"description": "A large, fictional park for demonstration purposes."
}
}
]
}

24
Files/fictional_park.json Normal file

@ -0,0 +1,24 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-100.0, 40.0],
[-99.0, 40.0],
[-99.0, 41.0],
[-100.0, 41.0],
[-100.0, 40.0]
]
]
},
"properties": {
"name": "Fictional Park",
"description": "A large, fictional park for demonstration purposes."
}
}
]
}

@ -0,0 +1,25 @@
{
"type": "Topology",
"objects": {
"fictional_park": {
"type": "GeometryCollection",
"geometries": [
{
"type": "Polygon",
"arcs": [[0]],
"properties": {
"name": "Fictional Park",
"description": "A large, fictional park for demonstration purposes."
}
}
]
}
},
"arcs": [
[[-100, 40], [-99, 40], [-99, 41], [-100, 41], [-100, 40]]
],
"transform": {
"scale": [0.0001, 0.0001],
"translate": [-100, 40]
}
}

3
Files/pie_chart.mermaid Normal file

@ -0,0 +1,3 @@
pie
"Movies" : 80
"TV shows" : 20

3
Files/pie_chart.mmd Normal file

@ -0,0 +1,3 @@
pie
"Movies" : 80
"TV shows" : 20

BIN
Files/ruby.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

86
Files/solid_cube.stl Normal file

@ -0,0 +1,86 @@
solid cube
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 1 0 0
vertex 1 1 0
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 1 1 0
vertex 0 1 0
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 1
vertex 1 0 1
vertex 1 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 1
vertex 1 1 1
vertex 0 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 0 1 0
vertex 0 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 0 1 1
vertex 0 0 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 1 0 0
vertex 1 1 0
vertex 1 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 1 0 0
vertex 1 1 1
vertex 1 0 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 0 0 1
vertex 1 0 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 1 0 1
vertex 1 0 0
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 1 0
vertex 0 1 1
vertex 1 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 1 0
vertex 1 1 1
vertex 1 1 0
endloop
endfacet
endsolid cube

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="191" height="20" role="img" aria-label="theultimatemarkdowncheatsheet"><title>theultimatemarkdowncheatsheet</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="191" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="0" height="20" fill="#4c1"/><rect x="0" width="191" height="20" fill="#4c1"/><rect width="191" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="955" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="1810">theultimatemarkdowncheatsheet</text><text x="955" y="140" transform="scale(.1)" fill="#fff" textLength="1810">theultimatemarkdowncheatsheet</text></g></svg>

After

Width:  |  Height:  |  Size: 1003 B

2
Files/todo.txt Normal file

@ -0,0 +1,2 @@
[x] Task 1
[] Task 2

386
README.md Normal file

@ -0,0 +1,386 @@
# Поддерживаемые расширения файлов
|*| Тип содержимого | Поддерживаемые расширения | Описание |
|--|--------------|-------------------------------------------------------------------------|------------------------------------------------|
|✅| mermaid | [.mermaid](./Files/pie_chart.mermaid), [.mmd](./Files/pie_chart.mmd) | Инструмент для построения диаграмм и графиков |
|❌| geoJSON | [.geojson](./Files/fictional_park.geojson), [.json](./Files/fictional_park.json) | Формат для кодирования географических данных |
|❌| topoJSON | [.topojson](./Files/fictional_park.topojson), .json | Расширение GeoJSON для топологических данных |
|❌| STL | [.stl](./Files/solid_cube.stl) | Формат файлов для 3D-моделей |
|✅| Markdown | [.markdown](./Files/documentation.markdown), [.md](./Files/documentation.md) | Язык разметки для форматирования текста |
|✅| SVG | [.svg](./Files/theultimatemarkdowncheatsheet-brightgreen.svg) | Формат файлов масштабируемой векторной графики|
|✅| PNG | [.png](./Files/BinaryTree.png) | Формат файлов портативной сетевой графики |
|✅| GIF | [.gif](./Files/ruby.gif) | Формат обмена графическими файлами |
|✅| JPEG | [.jpg](./Files/BinaryTree.jpg), .jpeg | Формат файлов изображений JPEG |
|✅| Text | [.txt](./Files/todo.txt) | Обычный текстовый файл |
## mermaid ✅
```mermaid
pie
"Movies" : 80
"TV shows" : 20
```
````md
```mermaid
pie
"Movies" : 80
"TV shows" : 20
```
````
## ❌ geoJSON ❌
```geojson
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-100.0, 40.0],
[-99.0, 40.0],
[-99.0, 41.0],
[-100.0, 41.0],
[-100.0, 40.0]
]
]
},
"properties": {
"name": "Fictional Park",
"description": "A large, fictional park for demonstration purposes."
}
}
]
}
```
````md
```geojson
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-100.0, 40.0],
[-99.0, 40.0],
[-99.0, 41.0],
[-100.0, 41.0],
[-100.0, 40.0]
]
]
},
"properties": {
"name": "Fictional Park",
"description": "A large, fictional park for demonstration purposes."
}
}
]
}
```
````
## ❌ topoJSON ❌
```topojson
{
"type": "Topology",
"objects": {
"fictional_park": {
"type": "GeometryCollection",
"geometries": [
{
"type": "Polygon",
"arcs": [[0]],
"properties": {
"name": "Fictional Park",
"description": "A large, fictional park for demonstration purposes."
}
}
]
}
},
"arcs": [
[[-100, 40], [-99, 40], [-99, 41], [-100, 41], [-100, 40]]
],
"transform": {
"scale": [0.0001, 0.0001],
"translate": [-100, 40]
}
}
```
````md
```topojson
{
"type": "Topology",
"objects": {
"fictional_park": {
"type": "GeometryCollection",
"geometries": [
{
"type": "Polygon",
"arcs": [[0]],
"properties": {
"name": "Fictional Park",
"description": "A large, fictional park for demonstration purposes."
}
}
]
}
},
"arcs": [
[[-100, 40], [-99, 40], [-99, 41], [-100, 41], [-100, 40]]
],
"transform": {
"scale": [0.0001, 0.0001],
"translate": [-100, 40]
}
}
```
````
## ❌ STL ❌
```stl
solid cube
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 1 0 0
vertex 1 1 0
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 1 1 0
vertex 0 1 0
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 1
vertex 1 0 1
vertex 1 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 1
vertex 1 1 1
vertex 0 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 0 1 0
vertex 0 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 0 1 1
vertex 0 0 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 1 0 0
vertex 1 1 0
vertex 1 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 1 0 0
vertex 1 1 1
vertex 1 0 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 0 0 1
vertex 1 0 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 1 0 1
vertex 1 0 0
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 1 0
vertex 0 1 1
vertex 1 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 1 0
vertex 1 1 1
vertex 1 1 0
endloop
endfacet
endsolid cube
```
````md
```stl
solid cube
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 1 0 0
vertex 1 1 0
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 1 1 0
vertex 0 1 0
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 1
vertex 1 0 1
vertex 1 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 1
vertex 1 1 1
vertex 0 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 0 1 0
vertex 0 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 0 1 1
vertex 0 0 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 1 0 0
vertex 1 1 0
vertex 1 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 1 0 0
vertex 1 1 1
vertex 1 0 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 0 0 1
vertex 1 0 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 0 0
vertex 1 0 1
vertex 1 0 0
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 1 0
vertex 0 1 1
vertex 1 1 1
endloop
endfacet
facet normal 0 0 0
outer loop
vertex 0 1 0
vertex 1 1 1
vertex 1 1 0
endloop
endfacet
endsolid cube
```
````
## Markdown ✅
**It works.**
```md
**It works.**
```
## SVG ✅
<img src="./Files/theultimatemarkdowncheatsheet-brightgreen.svg" alt="Зеленая кнопка с текстом 'theultimatemarkdowncheatsheet', написанным белыми буквами."/>
```md
<img src="./Files/theultimatemarkdowncheatsheet-brightgreen.svg" alt="Зеленая кнопка с текстом 'theultimatemarkdowncheatsheet', написанным белыми буквами."/>
```
## PNG ✅
<img src="./Files/BinaryTree.png" alt="Logo of BinaryTree featuring a hexagonal icon."/>
```md
<img src="./Files/BinaryTree.png" alt="Logo of BinaryTree featuring a hexagonal icon."/>
```
## GIF ✅
<img src="./Files/ruby.gif" alt="Экран терминала, отображающий интерактивную среду Ruby (irb)."/>
```md
<img src="./Files/ruby.gif" alt="Экран терминала, отображающий интерактивную среду Ruby (irb)."/>
```
## JPEG ✅
<img src="./Files/BinaryTree.jpg" alt="Логотип BinaryTree, изображающий шестиугольный значок и текст «BINARY TREE», написанный заглавными буквами справа от значка.
"/>
```md
<img src="./Files/BinaryTree.jpg" alt="Логотип BinaryTree, изображающий шестиугольный значок и текст «BINARY TREE», написанный заглавными буквами справа от значка.
"/>
```
## Text ✅
```txt
[x] Task 1
[] Task 2
```
````md
```txt
[x] Task 1
[] Task 2
```
````