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');

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *