This post is a demonstration of how rich this blog system is. Continuously updated.

Titles#

H1#

H2#

H3#

H4#

H5#
H6#

Texts#

Hello World

Bold

Italic

Footnote#

Footnotes are supported.1

You can also attach them to a longer sentence when you want to keep the main flow readable.2

Footnotes are supported.[^1]

You can also attach them to a longer sentence when you want to keep the main flow readable.[^note]

[^1]: This is a footnote.

[^note]: This is another footnote with a named label.

GitHub Alert#

Note

Highlights information that users should take into account, even when skimming.

Tip

Optional information to help a user be more successful.

Important

Crucial information necessary for users to succeed.

Warning

Critical content demanding immediate user attention due to potential risks.

Caution

Negative potential consequences of an action.

Image#

Portrait of ryoppippi

Image with a caption#

ryoppippi
my avatar

Code#

javascript

console.log('Hello World');

zig

const std = @import("std");

pub fn main() void {
    const stdout = std.io.getStdOut().writer();
    try stdout.print("Hello, {}!\n", .{"world"});
}

Tweet#

Svelteで​componentごとに​server loadしたい!!!
あと​Islandくれ

Read more on X

Link Card#

How to read Bun.lockb in Neovim | blog | ryoppippi.com
A Neovim guide to reading Bun.lockb: use bun bun.lockb on BufReadCmd, show the text output in a read-only buffer, and install the vim-bun-lock plugin.
ryoppippi.com

Magic Link#

ryoppippi vim-jp Svelte Japan

YouTube#

youtube

Not By AI Badge#

BudouX (Japanese Line Break)#

あの​イーハトーヴォの​すきとおった​風、​夏でも​底に​冷たさを​もつ​青い​そら、​うつくしい​森で​飾られた​モリーオ市、​郊外の​ぎらぎら​ひかる​草の​波。​ また​そのなかで​いっしょに​なった​たくさんの​ひとたち、​ファゼーロと​ロザーロ、​羊飼の​ミーロや、​顔の​赤いこども​たち、​地主の​テーモ、​山猫博士の​ボーガント・​デストゥパーゴなど、​いまこの​暗い​巨きな​石の​建物の​なかで​考えていると、​みんな​むかし風の​なつかしい​青い​幻燈のように​思われます。​では、​わたくしは​いつかの​小さな​みだしを​つけながら、​しずかに​あの​年の​イーハトーヴォの​五月から​十月までを​書きつけましょう。

  1. This is a footnote.

  2. This is another footnote with a named label.