Fix inline and block code examples

This commit is contained in:
Zachary Betz 2019-02-15 09:17:46 -06:00
parent 2061d36f78
commit adc8f2ffea
1 changed files with 14 additions and 0 deletions

View File

@ -120,10 +120,24 @@ As Kanye West said:
## Inline code
```
This `<html>` tag is inline code.
```
This `<html>` tag is inline code.
## Block code
````
This
```
<html>
```
tag is block code.
````
This
```