A code tag that shows us how to write a code fence:
```
console.log('1');
```
Another code tag that shows us how to write a code fence:
```
console.log('2');
```
<div>
H2 in a div
</div>
<div>
H2 in a div
</div>
```
console.log('1');
```
```
console.log('2');
```
<div>
</div>
<div>
</div>
Leave a Reply