Skip to content

Dvurechensky-Docs/SupportedFilesMarkdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

✨Dvurechensky✨

Typing SVG

Static Badge

Поддерживаемые расширения файлов 🌊 в Markdown для Gitea | Github

Таблица сравнения 🌀

Тип содержимого Поддерживаемые расширения Описание Github Gitea
mermaid .mermaid, .mmd Инструмент для построения диаграмм и графиков
geoJSON .geojson, .json Формат для кодирования географических данных
topoJSON .topojson, .json Расширение GeoJSON для топологических данных
STL .stl Формат файлов для 3D-моделей
Markdown .markdown, .md Язык разметки для форматирования текста
SVG .svg Формат файлов масштабируемой векторной графики
PNG .png Формат файлов портативной сетевой графики
GIF .gif Формат обмена графическими файлами
JPEG .jpg, .jpeg Формат файлов изображений JPEG
Text .txt Обычный текстовый файл

mermaid ⛄

pie
"Movies" : 80
"TV shows" : 20
Loading
```mermaid
pie
"Movies" : 80
"TV shows" : 20
```

geoJSON ⛄

{
	"type": "FeatureCollection",
	"features": [
		{
			"type": "Feature",
			"geometry": {
				"type": "Polygon",
				"coordinates": [
					[
						[
							-100,
							40
						],
						[
							-99,
							40
						],
						[
							-99,
							41
						],
						[
							-100,
							41
						],
						[
							-100,
							40
						]
					]
				]
			},
			"properties": {
				"name": "Fictional Park",
				"description": "A large, fictional park for demonstration purposes."
			}
		}
	]
}
Loading
```geojson
{
	"type": "FeatureCollection",
	"features": [
		{
			"type": "Feature",
			"geometry": {
				"type": "Polygon",
				"coordinates": [
					[
						[
							-100,
							40
						],
						[
							-99,
							40
						],
						[
							-99,
							41
						],
						[
							-100,
							41
						],
						[
							-100,
							40
						]
					]
				]
			},
			"properties": {
				"name": "Fictional Park",
				"description": "A large, fictional park for demonstration purposes."
			}
		}
	]
}
```

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
		]
	}
}
Loading
```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 ⛄

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
Loading
```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.

**It works.**

SVG ⛄

Зеленая кнопка с текстом 'theultimatemarkdowncheatsheet', написанным белыми буквами.

<img src="./Files/theultimatemarkdowncheatsheet-brightgreen.svg" alt="Зеленая кнопка с текстом 'theultimatemarkdowncheatsheet', написанным белыми буквами."/>

PNG ⛄

Logo of BinaryTree featuring a hexagonal icon.

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

GIF ⛄

Экран терминала, отображающий интерактивную среду Ruby (irb).

<img src="./Files/ruby.gif" alt="Экран терминала, отображающий интерактивную среду Ruby (irb)."/>

JPEG ⛄

Логотип BinaryTree, изображающий шестиугольный значок и текст «BINARY TREE», написанный заглавными буквами справа от значка.

<img src="proxy.php?url=https%3A%2F%2Fgithub.com%2F.%2FFiles%2FBinaryTree.jpg" alt="Логотип BinaryTree, изображающий шестиугольный значок и текст «BINARY TREE», написанный заглавными буквами справа от значка.
"/>

Text ⛄

[x] Task 1
[] Task 2
```txt
[x] Task 1
[] Task 2
```

✨Dvurechensky✨