Testing various syntax highlighting
March 5, 2025•1 min read•
Syntax HighlightingTesting
print("Hello, world!")
console.log("Hello, world!");
npm install
<h1>Hello, world!</h1>
.container { background-color: #f0f0f0; }
def hello_world puts "Hello, world!" end