Шпаргалка ⚫ по Markdown

Полноценная подробнейшая информация о Markdown, математика, разметка и др.


Project maintained by Dvurechensky-Docs Hosted on GitHub Pages — Theme by mattgraham

⬆ Вернуться к оглавлению

Списки

Упорядоченные

Mac: command+shift+7

Windows: control+shift+7

1. One
2. Two
3. Three
  1. One
  2. Two
  3. Three
1. First level
   1. Second level
      - Third level
        - Fourth level
2. First level
   1. Second level
3. First level
   1. Second level
  1. First level
    1. Second level
      • Third level
        • Fourth level
  2. First level
    1. Second level
  3. First level
    1. Second level

Неупорядоченные

Mac: command+shift+8

Windows: control+shift+8

- 1
- 2

* 1
* 2

- 1
- 2
- First level
  - Second level
    - Third level
      - Fourth level
- First level
  - Second level
- First level
  - Second level
<ul>
<li>First item</li>
<li>Second item</li>
</ul>

Задание

- [x] Исправить ошибку 223
- [ ] Добавить функцию 33