Specimen

Test page. Also see theme documentation

Admonition

Dikkat

attention

Uyarı

caution

Tehlike

danger

Hata

error

İpucu

hint

Önemli

important

Not

note

Tüyo

tip

Uyarı

warning

Todo

Yapılacaklar

An example todo item.

Visual

https://upload.wikimedia.org/wikipedia/commons/6/6f/SpongeBob_eyes.png

I’m ready! I’m ready! I’m ready!

YouTube

giphy

via GIPHY

Type derken bunu kastetmiyoruz… catly typed languages 🐈

giscus

See the bottom.

reST Specific

Ref

Code Block

kernel/console.c
33void
34consputc(int c)
35{
36  if(c == BACKSPACE){
37    // if the user typed backspace, overwrite with a space.
38    uartputc_sync('\b'); uartputc_sync(' '); uartputc_sync('\b');
39  } else {
40    uartputc_sync(c);
41  }
42}

Asciinema

The Plugin

Online (asciinema.org):

and self hosted:

Not working? direct embed: