Update Markdown.md
Этот коммит содержится в:
@@ -88,7 +88,7 @@ and
|
|||||||
|
|
||||||
## Emojis
|
## Emojis
|
||||||
|
|
||||||
Check out a full list of emojis [here](http://www.emoji-cheat-sheet.com/).
|
Emoji provided free by [Emoji One](http://emojione.com/). Check out a full list of emojis [here](http://http://emoji.codes/).
|
||||||
|
|
||||||
```
|
```
|
||||||
:smile: :+1: :sheep:
|
:smile: :+1: :sheep:
|
||||||
@@ -132,6 +132,17 @@ Renders as:
|
|||||||
1. Item one
|
1. Item one
|
||||||
2. Item two
|
2. Item two
|
||||||
|
|
||||||
|
Make a task list by including square brackets:
|
||||||
|
```
|
||||||
|
- [ ] Item one
|
||||||
|
- [ ] Item two
|
||||||
|
- [x] Completed item
|
||||||
|
```
|
||||||
|
Renders as:
|
||||||
|
- [ ] Item one
|
||||||
|
- [ ] Item two
|
||||||
|
- [x] Completed item
|
||||||
|
|
||||||
## Tables:
|
## Tables:
|
||||||
|
|
||||||
Create a table by placing a dashed line under the header row and separating the columns with a pipe `|`. (The columns don’t need to line up exactly for it to work). Choose how to align table columns by including colons `:` within the header row.
|
Create a table by placing a dashed line under the header row and separating the columns with a pipe `|`. (The columns don’t need to line up exactly for it to work). Choose how to align table columns by including colons `:` within the header row.
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user