Gajus

A source of truth for my thoughts about engineering and startups

Testing Rehype Pretty Code

Engineering
Miscellaneous

const foo = 'bar';
const bar = 'foo';
const baz = 'baz';
const qux = 'qux';
const quux = 'quux';

banana carrot apple durian

Foo
const foo = 'bar';

const foo = 'bar';
Foo