new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

shadcn/ui · all subjects

typeset/setup

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Typeset setup: import CSS

Copy typeset.css next to your main CSS file and import it after Tailwind: @import "tailwindcss"; @import "./typeset.css";

Typeset setup: wrap content with classes

Wrap your rendered markdown with the typeset class and your preset class: <div className="typeset typeset-docs"><YourMarkdownRenderer>{content}</YourMarkdownRenderer></div>. The typeset class turns the styles on. The preset class (typeset-docs) is the preset you created in the builder.

Typeset builder tool

Create your typeset in the typeset builder at /typeset. Pick your fonts and rhythm, then preview them on docs, chat, articles, and other real content. The builder provides the typeset.css file, font setup for your framework, a preset class with your choices, and the wrapper to add around your content.

Give your agent this brain