Example

Last updated at Mar 16, 2024

Counter

The counter is rendered inside markdown.

function hello(text: string) {
    console.log(`Hello ${text)`);
}
Svelte

Buri Docs © 2026