bare notes

a personal journal
misc
0

first note

Render pipeline smoke test

Testing GFM and Shiki on production. Inline code: config('app.env').

PHP highlighting

final readonly class AuthorIdentity
{
    public static function fromConfig(): self
    {
        return new self(config('author.provider'), config('author.uid'));
    }
}

TypeScript highlighting

const greet = (name: string): string => `Hello, ${name}!`;
console.log(greet('production'));

GFM features

Feature Status
Tables works
Strikethrough works
  • Deployed
  • Verified

Blockquote with a link.