Friday February 20th, 2026
This note is a quick demo of what the renderer supports — nothing fancy, just the usual markdown bits.
The renderer supports the usual stuff: emphasis,
bold, inline code, and
links.
Headings, lists, and code blocks work too:
Bullet list
Another item
Task lists (checked)
And unchecked
with syntax highlighting:
function greet(name) {
return `Hello, ${name}.`;
}
even GIFs
write in markdown, get clean HTML and readable code blocks