misc
0first 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 |
| works |
- Deployed
- Verified
Blockquote with a link.