Fix inline and block code examples
This commit is contained in:
parent
2061d36f78
commit
adc8f2ffea
|
@ -120,10 +120,24 @@ As Kanye West said:
|
||||||
|
|
||||||
## Inline code
|
## Inline code
|
||||||
|
|
||||||
|
```
|
||||||
|
This `<html>` tag is inline code.
|
||||||
|
```
|
||||||
|
|
||||||
This `<html>` tag is inline code.
|
This `<html>` tag is inline code.
|
||||||
|
|
||||||
## Block code
|
## Block code
|
||||||
|
|
||||||
|
````
|
||||||
|
This
|
||||||
|
|
||||||
|
```
|
||||||
|
<html>
|
||||||
|
```
|
||||||
|
|
||||||
|
tag is block code.
|
||||||
|
````
|
||||||
|
|
||||||
This
|
This
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user