minimal-syntax-highlighting

A code block:

function hw() {
  console.log('Hello World'); 
}
hw();

That's all folks!