Merge branch 'master' into add_italic

This commit is contained in:
Petra Baranski
2018-10-25 16:42:33 +02:00
committed by GitHub
4 changed files with 83 additions and 20 deletions

View File

@@ -221,10 +221,12 @@ results in
```
**bold text**
__bold text__
```
results in
```html
<strong>bold text</strong>
<strong>bold text</strong>
```
## italic