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!
Post a Comment
No comments:
Post a Comment