Friday, March 6, 2026

Code preview

In this post I'm trying out to add "code" text block, for better overview of code.

This might work...   
  Your code here

Or this... using: https://codeformatter.blogspot.com/
 function hello() {  
 echo "world";  
 }  

Another option seem to be to embed gists from Github.

No syntax hightlighting though... to be continue.

No comments:

Post a Comment

WordPress Null Handling Confusion in Custom Fields

I recently built a WordPress plugin that was going to handle custom fields. The functionality was similar to the plugin ACF (Advanced Custom...