JavaScript with line numbers + highlight + focus mode
function greet(name) {
const message = `Hello, ${name}!`;
console.log(message);
return message;
}
greet('Vanilla Breeze');
HTML with filename header + copy button
- Home
- Demo
Diff view
- const old = 'before';
+ const updated = 'after';
const same = true;