2026-07-14 22:24:48 +02:00
2026-07-14 22:24:48 +02:00
2026-07-14 12:04:59 +02:00
2026-07-13 09:50:54 +02:00
2026-07-14 22:24:48 +02:00
JS
2026-07-14 22:07:51 +02:00
2026-07-14 18:59:50 +02:00
2026-07-14 15:22:25 +02:00

! Heading
!! Smolr heading

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam blandit dolor nibh, vitae tempor enim pretium non. Sed in condimentum turpis. Vivamus placerat molestie ullamcorper. Maecenas nec risus nibh. Nullam vel vestibulum sapien. Integer ante erat, aliquam id tellus in, malesuada finibus nunc. Sed porttitor ante orci, eget molestie nibh posuere nec.

#[Link on the right](http://example.com) >>
#(http://example.com)[Example.com] <<
#[Link to nekoweb.org in the middle](https://n0va.nekoweb.org) ^^
#[https://krzak.org]
#(https://krzak.org)
^ Links with no alt text

$[https://krzak.org/krzak-icon.png]
$(https://krzak.org/krzak-icon.png)
$[https://krzak.org/krzak-icon.png|img]

*italic*
**bold**
***bold italic***

--strikethrough--
~~strikethrough~~

$(variable=17)

The **VARIABLE** is $(variable)

- List item 1
. List item 2

1. Ordered list item [#1]

> This is a sample blockquote
> Bon apetit!

Text under a blockquote [#named]

**This *is* bold *and* italics *mixed** TOGETHER*

| Random | Stupid | Table |
|---|---|---|
| This << | is >> | a ^^ |
| table | row | with |
| some | ***content*** | in |

```odin
main :: proc() {
    fmt.println("Hello, World!")
}
```

---

H_2_O_4_U is uranium peroxide
Here is some __underlined__ text

[Go to Top](#Heading)

[&1] Ordered list item 2 not included
[&named] This is the definition for a named footnote

!! Variable demo

$(counter=0)
$(link=https://git.krzak.org/N0VA/TypoML)

`tlm.counter` = $(counter)

#($(link))[Repo link]

$[script]
  let count = 0;
  setInterval(() => {
    count++;
    tlm.counter = count;
  }, 1000);
$[/script]
S
Description
No description provided
Readme 1.6 MiB
Languages
Odin 99.7%
Makefile 0.2%
Shell 0.1%