Saturday, January 4, 2025

Code Block Test

Here is an example of a code block inserted into my text body:



function codeBlock(param) {

	if (param) {
    	console.log(param);
    } else {
    	return "nope";
    }

const here = "this";

codeBlock(here);


There you have it!

No comments: