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

I’m ready! I’m ready! I’m ready!
YouTube
giphy
Type derken bunu kastetmiyoruz… catly typed languages 🐈
giscus
See the bottom.
reST Specific
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
Online (asciinema.org
):
and self hosted:
Not working? direct embed:
💭 Yorumlar
Yorum altyapısı giscus tarafından (evet tarafından!) sağlanmaktadır. Yorum yazabilmek için GitHub hesabınız üzerinden giriş yapmanız gerekmektedir. Yorumlar, Github Discussions üzerinde saklanmaktadır.
7b1852ac-ee33-474e-87ac-a4e75b9c35e1