Try markdown code block

This commit is contained in:
Paul W. 2024-10-02 23:04:30 -04:00
parent 2324469478
commit 663c5511ca
Signed by: lambdapaul
GPG Key ID: 0D207B4EBC14B1BD

View File

@ -37,7 +37,7 @@
}
}
```
<pre>
```html
<html>
<head>
<title>HTML Title</title>
@ -59,4 +59,4 @@
</div>
</body>
</html>
</pre>
```