Skip to content

Instantly share code, notes, and snippets.

@mlemoult
mlemoult / test.html
Created October 1, 2025 14:39
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@mlemoult
mlemoult / test.md
Created October 1, 2025 14:37
Hello World Markdown.

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}