From ac6d62d6a994c28a01f9557c233b054e06cf13c1 Mon Sep 17 00:00:00 2001 From: DavidTavakalov Date: Thu, 22 Feb 2024 04:04:09 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 0 -> 6148 bytes .gitignore | 1 + Instruction.md | 31 +++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 .DS_Store create mode 100644 .gitignore create mode 100644 Instruction.md diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..96e01a53da06f5dcf8aec69f06826b28235f5138 GIT binary patch literal 6148 zcmeHKOHRWu5PdEYDndeCvh)cm^#*B`F1lbtFMyheQk0Mi+9gu<+<*hHWx){;=YlsL zgAx(3LLN;>Y~1 z;s!M%V^k;>Wu3?Q zw9*tX1x$f21!RBlbip)YqZqah7U2m%Oc)Nvx?ER<<0GaK8%1VlPN_tty7 Первый уровень цитирование +>> Второй уровень + +## Списки +### Ненумерованный список +* Лист +* Лист + +### Нумерованный список +1. Лист +2. Лист + +## WEB ссылки +Текст [пример ссылки](http.example.com "Всплывающая подсказка") + +# Добавим как добавлять картинки в Markdown +Это яблоко +![Яблоко](Apple.jpg) \ No newline at end of file From 3caa1174c6389add6a25bf9760f944c1aa73de1f Mon Sep 17 00:00:00 2001 From: DavidTavakalov Date: Thu, 22 Feb 2024 04:14:26 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=B8=D0=BD=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=86=D0=B8?= =?UTF-8?q?=D1=8E=20Markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- Instruction.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e8dd50f7..8cbe6ad0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.gitignore DS_Store +.gitignore .DS_Store diff --git a/Instruction.md b/Instruction.md index 849a1010..b702be04 100644 --- a/Instruction.md +++ b/Instruction.md @@ -28,4 +28,7 @@ # Добавим как добавлять картинки в Markdown Это яблоко -![Яблоко](Apple.jpg) \ No newline at end of file +![Яблоко](Apple.jpg) + + +b \ No newline at end of file