Friday February 20th, 2026


This note is a quick demo of what the renderer supports — nothing fancy, just the usual markdown bits.

Inline and blocks

The renderer supports the usual stuff: emphasis, bold, inline code, and links. Headings, lists, and code blocks work too:

with syntax highlighting:

function greet(name) {
      return `Hello, ${name}.`;
    }

even GIFs

write in markdown, get clean HTML and readable code blocks