Back to Blog

Testing various syntax highlighting

March 5, 20251 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

Share this post