testing pre with codeblock-atari class

This commit is contained in:
Greg Gauthier 2025-01-17 10:18:47 +00:00
parent f4b9d0e8fe
commit fe054e9d2a

View File

@ -18,7 +18,7 @@
``` ```
For now, all my Atari stuff can be found at [https://ataricode.com](https://ataricode.com). For now, all my Atari stuff can be found at [https://ataricode.com](https://ataricode.com).
<div class="codeblock-atari"> <pre class="codeblock-atari">
10 ; 10 ;
20 ;ADDNRS.SRC 20 ;ADDNRS.SRC
30 ; 30 ;
@ -31,4 +31,4 @@ For now, all my Atari stuff can be found at [https://ataricode.com](https://atar
100 STA $CB 100 STA $CB
110 RTS 110 RTS
120 .END 120 .END
</div> </pre>