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