Prism.js Theme Demo
Interactive demonstration of the different Prism.js bundles and themes
Visit my GitHub repo
function hello(name) {
console.log(`Hello, ${name}!`);
}
hello('Prism');
body {
background: #202020;
color: #e0e0e0;
}
Interactive demonstration of the different Prism.js bundles and themes
Visit my GitHub repo
function hello(name) {
console.log(`Hello, ${name}!`);
}
hello('Prism');
body {
background: #202020;
color: #e0e0e0;
}