rehype-pretty-codeのテスト

1分で読めます

Shikiの導入

これは rehype-pretty-code を使ったテスト記事です。

基本的なコードブロック

const hello = "world";
console.log(hello);
def hello_world():
    # This line should be highlighted
    print("Hello, world!")
    return True