prism.js test
const hello = 'hello';
const world = 'world';
console.log(`${hello} ${world}`);
<article>
<h3>hello world!</h3>
</article>
body {
width: 100%;
height: 100%;
}
const hello = 'hello';
const world = 'world';
console.log(`${hello} ${world}`);
<article>
<h3>hello world!</h3>
</article>
body {
width: 100%;
height: 100%;
}