Code Block Test
Published on
This is a test post to verify code block transformation.
COLDFUSION
component {
function init() {
return this;
}
}
JAVASCRIPT
function test() {
console.log("Hello World");
}
SQL
SELECT * FROM users WHERE active = 1;