Update markdown.md (#1657)

Added bold italic and Strikethrough to the emphases Heading
This commit is contained in:
Dušan Stokić 2021-06-03 14:29:44 +02:00 committed by GitHub
parent ee4ed02fa5
commit f7d4f61acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,15 @@ _italic_
__bold__
```
```markdown
***bold italic***
___bold italic___
```
```markdown
~~strikethrough~~
```
```markdown
`code`
```